awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesKeypoint Visualizers

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.

Awesome Keypoint Visualizers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mvig-sjtu/alphaposeAvatar MVIG-SJTU

    MVIG-SJTU/AlphaPose

    8,583Vezi pe GitHub↗

    AlphaPose este un framework de deep learning pentru estimarea posturii și o bibliotecă PyTorch de computer vision, concepută pentru detectarea și urmărirea punctelor cheie ale corpului uman, feței, mâinilor și picioarelor în imagini și clipuri video. Oferă un sistem pentru estimarea scheletică a posturii și urmărirea posturii pentru mai multe persoane. Proiectul implementează instrumente pentru reconstrucția tridimensională a posturii umane, generând poziții ale articulațiilor și forme ale mesh-ului corporal din date bidimensionale. Include, de asemenea, un tracker de postură pentru mai multe persoane, capabil să mențină identitatea acestora pe parcursul cadrelor video consecutive. Framework-ul acoperă o gamă largă de capabilități de computer vision, inclusiv localizarea punctelor cheie pentru mai multe persoane, urmărirea mișcării umane și reconstrucția mesh-urilor corporale 3D.

    Finds and marks keypoints for the human body, face, hands, and feet across multiple people in images.

    Python
    Vezi pe GitHub↗8,583
  • shimat/opencvsharpAvatar shimat

    shimat/opencvsharp

    6,011Vezi pe GitHub↗

    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.

    C#computer-visiondotnetdotnetstandard
    Vezi pe GitHub↗6,011
  • zhec/realtime_multi-person_pose_estimationAvatar ZheC

    ZheC/Realtime_Multi-Person_Pose_Estimation

    5,123Vezi pe GitHub↗

    Acesta este un framework de estimare a posturii pentru mai multe persoane, conceput pentru detectarea punctelor cheie umane în timp real. Funcționează ca un estimator de postură umană bottom-up care identifică articulațiile scheletice pentru toate persoanele dintr-o scenă, fără a necesita un detector separat de persoane. Sistemul utilizează un model de rețea neuronală convoluțională pentru a genera hărți de căldură și câmpuri vectoriale pentru analiza posturii. Implementează în mod specific câmpuri de afinitate a părților (part affinity fields) pentru a coda locația și orientarea membrelor, permițând modelului să conecteze articulațiile individuale în schelete complete. Proiectul acoperă analiza mișcării prin computer vision și analiza posturii prin deep learning, extrăgând coordonatele spațiale ale părților corpului uman din datele de imagine și video.

    Simultaneously identifies and marks anatomical keypoints for multiple individuals in a scene.

    Jupyter Notebookcaffecomputer-visioncpp11
    Vezi pe GitHub↗5,123
  • vincentqyw/image-matching-webuiAvatar Vincentqyw

    Vincentqyw/image-matching-webui

    1,283Vezi pe GitHub↗

    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.

    Pythonaspanformerdeep-learningfeature-matching
    Vezi pe GitHub↗1,283
  1. Home
  2. Artificial Intelligence & ML
  3. Keypoint Detection
  4. Keypoint Visualizers

Explorează sub-etichetele

  • Multi-Person Keypoint LocalizationAlgorithms for simultaneously identifying and marking anatomical keypoints for multiple individuals in a scene. **Distinct from Keypoint Visualizers:** Focuses on the localization of multiple people's keypoints, rather than just visualizing or augmenting them.