GitHub topics: human-pose
open-mmlab/mmpose
OpenMMLab Pose Estimation Toolbox and Benchmark.
Language: Python - Size: 53 MB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 6,323 - Forks: 1,335

liyiheng23/UniPose
[CVPR 2025] UniPose: A Unified Multimodal Framework for Human Pose Comprehension, Generation and Editing
Language: Python - Size: 16.7 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 8 - Forks: 0

itzdineshx/Edunet_AI_internship_2025
This app is used for Human pose Detection and now this app is under Development Feel free to contribute in this :)
Language: PureBasic - Size: 145 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

robertklee/COCO-Human-Pose
Train a stacked hourglass deep neural network for human pose estimation on the COCO 2017 dataset.
Language: Python - Size: 41.7 MB - Last synced at: 15 days ago - Pushed at: 12 months ago - Stars: 47 - Forks: 13

JunkyByte/easy_ViTPose
Easy and fast 2d human and animal multi pose estimation using SOTA ViTPose [Y. Xu et al., 2022] Real-time performances and multiple skeletons supported.
Language: Jupyter Notebook - Size: 8.39 MB - Last synced at: 30 days ago - Pushed at: 5 months ago - Stars: 176 - Forks: 28

prasunroy/mcma
:fire: Exploring Mutual Cross-Modal Attention for Context-Aware Human Affordance Generation (official code).
Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

CMU-Perceptual-Computing-Lab/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Language: C++ - Size: 82.5 MB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 31,872 - Forks: 7,913

felixchenfy/ros_openpose_rgbd
Visualize 3d humans' skeletons(body+hands) in ros rviz. The 2d joints are detected by openpose; The depth is from depth image.
Language: Python - Size: 34.7 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 39 - Forks: 8

Daniil-Osokin/gccpm-look-into-person-cvpr19.pytorch
Fast and accurate single-person pose estimation, ranked 10th at CVPR'19 LIP challenge. Contains implementation of "Global Context for Convolutional Pose Machines" paper.
Language: Python - Size: 188 KB - Last synced at: 12 days ago - Pushed at: almost 3 years ago - Stars: 169 - Forks: 29

fork123aniket/Human-Pose-Estimation
Implementation for Human Pose Estimation using OpenCV
Language: Python - Size: 204 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

JiahaoPlus/SAGA
[ECCV 2022] SAGA: Stochastic Whole-Body Grasping with Contact
Language: Python - Size: 228 MB - Last synced at: 26 days ago - Pushed at: almost 2 years ago - Stars: 69 - Forks: 3

jh-Gong/Joints_track
时间尺度上追踪人体关节
Language: Python - Size: 126 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

hellojialee/OffsetGuided
Code for "Greedy Offset-Guided Keypoint Grouping for Human Pose Estimation"
Language: Python - Size: 11.8 MB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 32 - Forks: 1

cj-mills/unity-human-pose-2d-toolkit
This Unity package provides an easy-to-use and customizable solution to work with and visualize 2D human poses on a Unity canvas.
Language: C# - Size: 33.2 KB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

NVIDIA-AI-IOT/trt_pose
Real-time pose estimation accelerated with NVIDIA TensorRT
Language: Python - Size: 1.97 MB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 966 - Forks: 288

zabir-nabil/keras-human-pose
A simple wrapper to localize human joints from images/video frames for multiple subjects.
Language: Jupyter Notebook - Size: 3.46 MB - Last synced at: 18 days ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 3

prasunroy/diat
:white_check_mark: Descriptive Image Annotation Tool.
Language: HTML - Size: 74.2 KB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Dingpx/EAI
Expressive Forecasting of 3D Whole-body Human Motions
Language: Python - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 12 - Forks: 1

GONGJIA0208/Diffpose
[CVPR 2023] DiffPose: Toward More Reliable 3D Pose Estimation
Language: Python - Size: 3.61 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 108 - Forks: 7

chenxuluo/OriNet-demo
The testing code for OriNet
Language: Lua - Size: 379 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 25 - Forks: 4

akashsengupta1997/HierarchicalProbabilistic3DHuman
Code repository for the paper: Hierarchical Kinematic Probability Distributions for 3D Human Shape and Pose Estimation from Images in the Wild (ICCV 2021)
Language: Python - Size: 19.1 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 173 - Forks: 10

Superlee506/Mask_RCNN_Humanpose Fork of matterport/Mask_RCNN
Mask R-CNN for Human Pose Estimation on Keras and TensorFlow.
Language: Jupyter Notebook - Size: 49.4 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 188 - Forks: 37

cristinabolanos/world-pose-trainer Fork of una-dinosauria/3d-pose-baseline
A simple baseline for 3d human pose estimation in tensorflow v2.
Language: Python - Size: 311 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

jaehyunnn/ViTPose_pytorch
An unofficial implementation of ViTPose [Y. Xu et al., 2022]
Language: Jupyter Notebook - Size: 2.11 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 56 - Forks: 10

rese1f/pose2img
pose-driven human natural image generation based on latent diffusion model
Language: Jupyter Notebook - Size: 3.46 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

chrdiller/characteristic3dposes
Forecasting Characteristic 3D Poses of Human Actions (CVPR'22) 🏃♂️
Language: Python - Size: 545 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 69 - Forks: 7

budui/Human-Pose-Transfer
Implement Human Pose Transfer papers with Pytorch
Language: Python - Size: 2.68 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 60 - Forks: 16

onair0817/hrnet-pose-estimation
Human pose estimation based on HRNet
Language: Cuda - Size: 2.22 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

naviocean/deep-high-resolution-net.pytorch Fork of leoxiaobin/deep-high-resolution-net.pytorch
The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
Language: Cuda - Size: 15.2 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

kochlisGit/Deep-Trainer
Monitor Your Workout through a Webcam/IP Camera. No equipment is required, other than a camera and a laptop. This application could potentially replace a personal trainer, making it the idea app for workout.
Language: PureBasic - Size: 39.2 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 2

adipandas/torch_shnet
Stacked Hourglass Network (shnet) for human pose estimation implemented in PyTorch
Language: Python - Size: 2.82 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 1

wx-b/mvp Fork of sail-sg/mvp
NeurIPS-2021: Direct Multi-view Multi-person 3D Human Pose Estimation
Language: Python - Size: 1.5 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Anatole-DC/human_behaviour_through_computer_vision
A research about the detection of the human behaviour (mainly movement), through computer vision, with an human-pose-based approach.
Size: 2.29 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

yas-sim/openvino_open_model_zoo_toolkit
Python wrapper library for Intel distribution of OpenVINO and Open Model Zoo (OMZ) models. User can use DL by simple function calls with this library.
Language: Python - Size: 2.15 MB - Last synced at: 22 days ago - Pushed at: almost 4 years ago - Stars: 11 - Forks: 1

naviocean/lpn-pytorch Fork of zhang943/lpn-pytorch
Size: 239 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0
