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
ZheC avatar

ZheC/Realtime_Multi-Person_Pose_Estimation

0
View on GitHub↗
5,123 stars·1,355 forks·Jupyter Notebook·31 views

Realtime Multi Person Pose Estimation

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 deep learning posture analysis, extracting spatial coordinates of human body parts from image and video data.

Features

  • Pose Estimation - Provides a real-time system for detecting and tracking multi-person human body landmarks.
  • Multi-Person Keypoint Localization - Simultaneously identifies and marks anatomical keypoints for multiple individuals in a scene.
  • Computer Vision Inference - Implements a high-performance system for real-time execution of vision-based models to detect human poses in video streams.
  • Bottom-Up Pipelines - Implements a bottom-up pipeline that detects keypoints globally and groups them into distinct human instances.
  • Pose Estimation Frameworks - Implements a deep learning pose estimation framework to extract skeletal coordinates from images.
  • Vector Field Estimation - Implements part affinity fields to encode vector fields representing the orientation and location of limbs.
  • Non-Maximum Suppression - Uses non-maximum suppression to refine raw heatmap predictions into precise joint coordinates.
  • Greedy Keypoint Grouping - Employs a greedy grouping strategy to connect individual joints into complete human skeletons.
  • Convolutional Neural Networks - Utilizes a convolutional neural network architecture to process image data for posture analysis.
  • Deep Learning Motion Tracking Toolkits - Uses deep learning toolkits to extract spatial coordinates of human body parts for skeletal tracking.
  • Heatmap-Based Joint Estimation - Predicts the probability of specific body joints at every pixel using heatmap-based convolutional layers.
  • Convolutional Backbones - Uses convolutional backbones for extracting spatial features to generate heatmaps and affinity fields.
  • Human Motion Analysis - Analyzes human movement and posture in digital video to understand physical activity.
  • Pose estimation - Listed in the “Pose estimation” section of the Ailia Models awesome list.

Star history

Star history chart for zhec/realtime_multi-person_pose_estimationStar history chart for zhec/realtime_multi-person_pose_estimation

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with Realtime Multi Person Pose Estimation

These projects share indexed features with Realtime Multi Person Pose Estimation. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • tensorboy/pytorch_realtime_multi-person_pose_estimationtensorboy avatar

    tensorboy/pytorch_Realtime_Multi-Person_Pose_Estimation

    1,372View on GitHub↗

    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 sk

    Python
    View on GitHub↗1,372
  • 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
  • open-mmlab/mmposeopen-mmlab avatar

    open-mmlab/mmpose

    7,374View on GitHub↗

    MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D keypoints on humans, animals, and faces. It serves as a computer vision model zoo and a framework for both 2D pose estimation and 3D pose lifting. The project is distinguished by its modular architecture and extensibility, employing a registry-based system and hierarchical configurations to allow for custom algorithm integration and model pipeline customization. It supports diverse estimation paradigms, including top-down, bottom-up, and two-stage pose lifting workflows. The

    Pythonanimal-pose-estimationbenchmarkcpm
    View on GitHub↗7,374
  • 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
Compare all 30 related projects→

Frequently asked questions

What does zhec/realtime_multi-person_pose_estimation do?

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.

What are the main features of zhec/realtime_multi-person_pose_estimation?

The main features of zhec/realtime_multi-person_pose_estimation are: Pose Estimation, Multi-Person Keypoint Localization, Computer Vision Inference, Bottom-Up Pipelines, Pose Estimation Frameworks, Vector Field Estimation, Non-Maximum Suppression, Greedy Keypoint Grouping.

Which projects share features with zhec/realtime_multi-person_pose_estimation?

Projects with overlapping indexed features include: tensorboy/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… mvig-sjtu/alphapose — AlphaPose is a deep learning pose estimation framework and PyTorch computer vision library designed for detecting and… open-mmlab/mmpose — MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D… deeplabcut/deeplabcut — DeepLabCut is a deep learning toolkit for markerless 2D and 3D animal pose estimation. It functions as a motion… nvidia-ai-iot/trt_pose — This project is a computer vision framework designed for the real-time detection of human body keypoints and skeletal… facebookresearch/detectron2 — Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying…

Curated searches featuring Realtime Multi Person Pose Estimation

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