awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
MVIG-SJTU avatar

MVIG-SJTU/AlphaPose

0
View on GitHub↗
8,583 星标·2,029 分支·Python·14 次浏览mvig.org/research/alphapose.html↗

AlphaPose

AlphaPose 是一个深度学习姿态估计框架和 PyTorch 计算机视觉库,旨在检测和追踪图像及视频中的人体、面部、手部和足部关键点。它提供了一套用于骨骼姿态估计和多人姿态追踪的系统。

该项目实现了三维人体姿态重建工具,可从二维图像数据生成关节位置和人体网格形状。它还包含一个多人姿态追踪器,能够在连续的视频帧中保持多人的身份识别。

该框架涵盖了广泛的计算机视觉功能,包括多人关键点定位、人体运动追踪以及三维人体网格重建。

Features

  • Pose Estimation - Provides a deep learning framework for detecting and marking human body, face, hand, and foot keypoints for multiple people.
  • PyTorch Computer Vision Pipelines - Provides a comprehensive PyTorch-based computer vision pipeline for human pose estimation and motion tracking.
  • Human - Detects keypoints for the human body, face, hands, and feet across multiple people in images and videos.
  • Keypoint Detection - Locates specific anatomical points on the human body, face, hands, and feet for computer vision analysis.
  • Multi-Person Keypoint Localization - Finds and marks keypoints for the human body, face, hands, and feet across multiple people in images.
  • Multi-Person Trackers - Identifies and maintains the identity of multiple people across consecutive video frames using a pose tracking pipeline.
  • Top-Down Pipelines - Implements a top-down pipeline that detects human bounding boxes before predicting keypoints within them.
  • Pose Estimation Frameworks - Provides a deep learning system for detecting and tracking human body, face, hand, and foot keypoints in images and videos.
  • 3D Pose Estimation - Calculates three-dimensional joint positions and body mesh shapes from two-dimensional image data.
  • 3D Pose Reconstruction - Generates three-dimensional body representations and meshes from two-dimensional image data.
  • Graph Compiler Acceleration - Uses a dynamic computation graph and just-in-time compilation via Jittor to accelerate training and inference.
  • Multi-Stage Regression - Predicts keypoint locations through iterative refinement of confidence maps to increase spatial accuracy.
  • Region Proposal Filtering - Filters potential person detections using a regional proposal network to isolate individual human figures.
  • Temporal Pose Analysis - Matches detected skeletal poses across video frames by comparing spatial proximity and appearance features.
  • Human Motion Analysis - Monitors motion and trajectory by maintaining the identity of detected persons across video frames.
  • Video Pose Estimation - Matches poses from the same person across consecutive frames to ensure consistent identity in video sequences.
  • 2D-to-3D Mesh Lifting - Implements tools to generate three-dimensional joint positions and body mesh shapes from two-dimensional image data.
  • Real-Time Motion Tracking - Monitors human movement and identity across video frames by maintaining consistent skeletal posture tracking.
  • Computer Vision Libraries - System for real-time multi-person pose estimation and tracking.
  • Pose Estimation Frameworks - High-accuracy multi-person pose estimation system.
  • Real-time Estimation - High-accuracy multi-person pose estimation system.

Star 历史

mvig-sjtu/alphapose 的 Star 历史图表mvig-sjtu/alphapose 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

mvig-sjtu/alphapose 是做什么的?

AlphaPose 是一个深度学习姿态估计框架和 PyTorch 计算机视觉库,旨在检测和追踪图像及视频中的人体、面部、手部和足部关键点。它提供了一套用于骨骼姿态估计和多人姿态追踪的系统。

mvig-sjtu/alphapose 的主要功能有哪些?

mvig-sjtu/alphapose 的主要功能包括:Pose Estimation, PyTorch Computer Vision Pipelines, Human, Keypoint Detection, Multi-Person Keypoint Localization, Multi-Person Trackers, Top-Down Pipelines, Pose Estimation Frameworks。

mvig-sjtu/alphapose 有哪些开源替代品?

mvig-sjtu/alphapose 的开源替代品包括: cmu-perceptual-computing-lab/openpose — OpenPose is a real-time pose estimation engine designed to detect and track human body, face, hand, and foot… open-mmlab/mmpose — MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D… 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… mkocabas/vibe — VIBE is a 3D human pose estimation framework designed to reconstruct human body shapes and poses from video frames. It… facebookresearch/densepose — DensePose is a 3D human pose estimation framework designed to map 2D image pixels to a 3D surface-based model of the… 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…

AlphaPose 的开源替代方案

相似的开源项目,按与 AlphaPose 的功能重合度排序。
  • cmu-perceptual-computing-lab/openposeCMU-Perceptual-Computing-Lab 的头像

    CMU-Perceptual-Computing-Lab/openpose

    34,145在 GitHub 上查看↗

    OpenPose is a real-time pose estimation engine designed to detect and track human body, face, hand, and foot landmarks. It functions as a multi-person motion tracker, identifying the spatial coordinates of multiple individuals simultaneously within video streams or static images. Beyond two-dimensional detection, the software acts as a three-dimensional kinematics processor, reconstructing spatial movement data from single or multiple synchronized camera perspectives. The system distinguishes itself through a bottom-up approach that utilizes part-affinity fields to associate body parts across

    C++caffecomputer-visioncpp
    在 GitHub 上查看↗34,145
  • open-mmlab/mmposeopen-mmlab 的头像

    open-mmlab/mmpose

    7,374在 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
    在 GitHub 上查看↗7,374
  • zhec/realtime_multi-person_pose_estimationZheC 的头像

    ZheC/Realtime_Multi-Person_Pose_Estimation

    5,123在 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
    在 GitHub 上查看↗5,123
  • mkocabas/vibemkocabas 的头像

    mkocabas/VIBE

    3,157在 GitHub 上查看↗

    VIBE is a 3D human pose estimation framework designed to reconstruct human body shapes and poses from video frames. It functions as a toolkit for predicting parameters of the SMPL human body model to generate 3D mesh sequences. The system includes a 3D motion data exporter to convert predicted pose sequences into standard 3D file formats for use in graphics and animation software. It also provides a structured training pipeline for preparing datasets and training models to estimate body shapes from images. Its capabilities cover computer vision for estimating body pose and shape, as well as

    Python3d-human-pose3d-pose-estimationcvpr
    在 GitHub 上查看↗3,157
  • 查看 AlphaPose 的所有 30 个替代方案→