4 रिपॉजिटरी
Visualizes detected keypoints and descriptor matches on an image for debugging or presentation.
Distinct from Keypoint Detection: Distinct from Keypoint Detection: focuses on visualization of detected keypoints and matches rather than the detection algorithms themselves.
Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Keypoint Visualizers. Refine with filters or upvote what's useful.
AlphaPose एक डीप लर्निंग पोज़ एस्टिमेशन फ्रेमवर्क और PyTorch कंप्यूटर विज़न लाइब्रेरी है, जिसे इमेज और वीडियो में मानव शरीर, चेहरे, हाथ और पैर के कीपॉइंट्स को डिटेक्ट और ट्रैक करने के लिए डिज़ाइन किया गया है। यह स्केलेटल पोस्चर एस्टिमेशन और मल्टी-पर्सन पोज़ ट्रैकिंग के लिए एक सिस्टम प्रदान करता है। यह प्रोजेक्ट थ्री-डायमेंशनल ह्यूमन पोज़ रिकंस्ट्रक्शन के लिए टूल्स लागू करता है, जो टू-डायमेंशनल इमेज डेटा से जॉइंट पोजीशन्स और बॉडी मेश शेप्स जनरेट करता है। इसमें एक मल्टी-पर्सन पोज़ ट्रैकर भी शामिल है जो लगातार वीडियो फ्रेम्स में कई लोगों की पहचान बनाए रखने में सक्षम है। यह फ्रेमवर्क कंप्यूटर विज़न क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें मल्टी-पर्सन कीपॉइंट लोकलाइज़ेशन, ह्यूमन मोशन ट्रैकिंग और थ्री-डायमेंशनल बॉडी मेश का रिकंस्ट्रक्शन शामिल है।
Finds and marks keypoints for the human body, face, hands, and feet across multiple people in images.
OpenCVSharp is a .NET library that wraps native OpenCV functions, providing C# developers with access to OpenCV's computer vision capabilities through an API that mirrors the native C/C++ style. It serves as a managed wrapper for image processing, feature detection, object detection, and image manipulation tasks, while also handling automatic disposal of unmanaged OpenCV resources like Mat objects to prevent memory leaks in .NET applications. The library enables keypoint detection and descriptor extraction using algorithms such as AKAZE, BRISK, or FAST, with brute-force or FLANN-based matchin
Visualizes detected keypoints and descriptor matches on images for debugging or presentation purposes.
यह रीयल-टाइम मानव कीपॉइंट डिटेक्शन के लिए डिज़ाइन किया गया एक मल्टी-पर्सन पोज़ एस्टिमेशन फ्रेमवर्क है। यह एक बॉटम-अप मानव पोज़ एस्टिमेटर के रूप में कार्य करता है जो एक अलग व्यक्ति डिटेक्टर की आवश्यकता के बिना एक दृश्य में सभी लोगों के कंकाल जोड़ों (skeletal joints) की पहचान करता है। यह सिस्टम पोस्चर विश्लेषण के लिए हीटमैप और वेक्टर फ़ील्ड उत्पन्न करने के लिए एक कन्वेन्शनल न्यूरल नेटवर्क मॉडल का उपयोग करता है। यह विशेष रूप से अंगों के स्थान और अभिविन्यास को एन्कोड करने के लिए पार्ट एफ़िनिटी फ़ील्ड्स को लागू करता है, जिससे मॉडल व्यक्तिगत जोड़ों को पूर्ण कंकालों में जोड़ने में सक्षम होता है। यह प्रोजेक्ट कंप्यूटर विज़न मोशन विश्लेषण और डीप लर्निंग पोस्चर विश्लेषण को कवर करता है, जो इमेज और वीडियो डेटा से मानव शरीर के अंगों के स्थानिक निर्देशांक निकालता है।
Simultaneously identifies and marks anatomical keypoints for multiple individuals in a scene.
This project is a web-based platform designed for benchmarking, visualizing, and evaluating computer vision algorithms focused on image feature extraction and matching. It provides a unified interface to compare the performance and accuracy of different models by processing image pairs or live video streams. The system distinguishes itself through a modular architecture that allows users to define custom processing pipelines and register external algorithms via configuration files. It incorporates geometric verification techniques to refine visual data and improve the precision of detected co
Provides a visual interface for displaying and comparing detected keypoints and descriptor matches between image pairs.