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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
tensorboy avatar

tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation

0
View on GitHub↗
1,372 stars·407 forks·Python·20 views

Pytorch Realtime Multi Person Pose Estimation

This project is a deep learning framework built for detecting and tracking human body keypoints in images and video streams. It functions as both a real-time motion tracking system and a machine learning environment for training and evaluating pose estimation models.

The system utilizes a two-branch convolutional neural network to predict body part locations and their directional connections simultaneously. It employs multi-stage feature refinement to improve keypoint localization accuracy and uses greedy parsing and bipartite matching algorithms to associate detected parts into individual skeletons. To maintain performance during live video analysis, the framework executes parallel inference across image regions using tensor-based batch processing.

Beyond real-time tracking, the library provides tools for training models on annotated datasets and calculating mean average precision against standardized benchmarks to verify detection quality. The repository includes the necessary components to manage the full lifecycle of pose estimation, from initial model training to performance validation.

Features

  • Pose Estimation - Provides a high-performance system for real-time multi-person pose estimation in live video feeds.
  • Pose Estimation Frameworks - Implements a PyTorch-based framework specifically architected for detecting and tracking human body keypoints.
  • Vector Field Estimation - Predicts part-affinity fields to simultaneously identify body part locations and their directional connections.
  • Human Pose Detections - Identifies and tracks human body keypoints in real-time video streams using deep learning models.
  • Pose Estimation Training Pipelines - Provides training pipelines to optimize neural network weights for human pose detection on annotated datasets.
  • Computer Vision Model Trainers - Functions as a specialized environment for training and evaluating computer vision models for pose detection.
  • Greedy Keypoint Grouping - Uses greedy keypoint grouping to connect detected body parts into complete human skeletons.
  • Deep Learning Training Toolsets - Offers a comprehensive toolset for training and optimizing deep learning models for pose estimation.
  • Iterative Prediction Refiners - Employs iterative prediction refiners to improve keypoint localization accuracy through successive network layers.
  • Bipartite Matching Algorithms - Implements bipartite matching algorithms to associate detected body parts into individual skeletons.
  • Batch Frame Processing Pipelines - Executes parallel tensor-based batch processing to maintain high frame rates during real-time video analysis.
  • Real-Time Motion Tracking - Monitors and tracks the positions and movements of multiple people simultaneously in live video feeds.

Star history

Star history chart for tensorboy/pytorch_realtime_multi-person_pose_estimationStar history chart for tensorboy/pytorch_realtime_multi-person_pose_estimation

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pytorch Realtime Multi Person Pose Estimation

Similar open-source projects, ranked by how many features they share with Pytorch Realtime Multi Person Pose Estimation.
  • zhec/realtime_multi-person_pose_estimationZheC avatar

    ZheC/Realtime_Multi-Person_Pose_Estimation

    5,123View on GitHub↗

    This is a multi-person pose estimation framework designed for real-time human keypoint detection. It functions as a bottom-up human pose estimator that identifies skeletal joints across all people in a scene without requiring a separate person detector. The system utilizes a convolutional neural network model to generate heatmaps and vector fields for posture analysis. It specifically implements part affinity fields to encode the location and orientation of limbs, allowing the model to connect individual joints into complete skeletons. The project covers computer vision motion analysis and d

    Jupyter Notebookcaffecomputer-visioncpp11
    View on GitHub↗5,123
  • nvidia-ai-iot/trt_poseNVIDIA-AI-IOT avatar

    NVIDIA-AI-IOT/trt_pose

    1,060View on GitHub↗

    This project is a computer vision framework designed for the real-time detection of human body keypoints and skeletal structures. It provides an integrated toolkit for training, optimizing, and executing pose estimation models specifically for deployment on edge computing hardware. The framework distinguishes itself by utilizing part affinity field mapping to encode spatial relationships between joints, which are then processed through a greedy parsing algorithm to reconstruct human skeletons from visual data. To ensure high-performance execution, the library incorporates model quantization a

    Pythonhuman-posehuman-pose-estimationjetson
    View on GitHub↗1,060
  • mvig-sjtu/alphaposeMVIG-SJTU avatar

    MVIG-SJTU/AlphaPose

    8,583View on GitHub↗

    AlphaPose is a deep learning pose estimation framework and PyTorch computer vision library designed for detecting and tracking human body, face, hand, and foot keypoints in images and videos. It provides a system for skeletal posture estimation and multi-person pose tracking. The project implements tools for three-dimensional human pose reconstruction, generating joint positions and body mesh shapes from two-dimensional image data. It also includes a multi-person pose tracker capable of maintaining the identity of multiple people across consecutive video frames. The framework covers a broad

    Python
    View on GitHub↗8,583
  • deeplabcut/deeplabcutD

    DeepLabCut/DeepLabCut

    5,694View on GitHub↗

    DeepLabCut is a deep learning toolkit for markerless 2D and 3D animal pose estimation. It functions as a motion tracking system that identifies anatomical keypoints on animals in video sequences without the need for physical markers. The framework utilizes transfer learning and a library of pre-trained weights to accelerate the training of networks for different species. It supports multi-individual identity tracking to maintain unique identities across video sequences and offers real-time pose detection for live video feeds. The system covers a broad range of computer vision capabilities, i

    Python
    View on GitHub↗5,694
See all 30 alternatives to Pytorch Realtime Multi Person Pose Estimation→

Frequently asked questions

What does tensorboy/pytorch_realtime_multi-person_pose_estimation do?

This project is a deep learning framework built for detecting and tracking human body keypoints in images and video streams. It functions as both a real-time motion tracking system and a machine learning environment for training and evaluating pose estimation models.

What are the main features of tensorboy/pytorch_realtime_multi-person_pose_estimation?

The main features of tensorboy/pytorch_realtime_multi-person_pose_estimation are: Pose Estimation, Pose Estimation Frameworks, Vector Field Estimation, Human Pose Detections, Pose Estimation Training Pipelines, Computer Vision Model Trainers, Greedy Keypoint Grouping, Deep Learning Training Toolsets.

What are some open-source alternatives to tensorboy/pytorch_realtime_multi-person_pose_estimation?

Open-source alternatives to tensorboy/pytorch_realtime_multi-person_pose_estimation include: zhec/realtime_multi-person_pose_estimation — This is a multi-person pose estimation framework designed for real-time human keypoint detection. It functions as a… nvidia-ai-iot/trt_pose — This project is a computer vision framework designed for the real-time detection of human body keypoints and skeletal… mvig-sjtu/alphapose — AlphaPose is a deep learning pose estimation framework and PyTorch computer vision library designed for detecting and… deeplabcut/deeplabcut — DeepLabCut is a deep learning toolkit for markerless 2D and 3D animal pose estimation. It functions as a motion… cmu-perceptual-computing-lab/openpose — OpenPose is a real-time pose estimation engine designed to detect and track human body, face, hand, and foot… freemocap/freemocap — FreeMoCap is an open-source markerless motion capture system that reconstructs 3D human pose from video. It uses a…

Curated searches featuring Pytorch Realtime Multi Person Pose Estimation

Hand-picked collections where Pytorch Realtime Multi Person Pose Estimation appears.
  • Human Pose Estimation Tools