All Projects → prasunroy → openpose-pytorch

prasunroy / openpose-pytorch

Licence: MIT license
🔥 OpenPose api wrapper in PyTorch.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to openpose-pytorch

FastPose
pytorch realtime multi person keypoint estimation
Stars: ✭ 36 (-30.77%)
Mutual labels:  pose-estimation, openpose
Openpose-based-GUI-for-Realtime-Pose-Estimate-and-Action-Recognition
GUI based on the python api of openpose in windows using cuda10 and cudnn7. Support body , hand, face keypoints estimation and data saving. Realtime gesture recognition is realized through two-layer neural network based on the skeleton collected from the gui.
Stars: ✭ 69 (+32.69%)
Mutual labels:  pose-estimation, openpose
StarMap
StarMap for Category-Agnostic Keypoint and Viewpoint Estimation
Stars: ✭ 97 (+86.54%)
Mutual labels:  pose-estimation, keypoint-estimation
posture recognition
Posture recognition based on common camera
Stars: ✭ 91 (+75%)
Mutual labels:  pose-estimation, openpose
openpose-docker
A docker build file for CMU openpose with Python API support
Stars: ✭ 68 (+30.77%)
Mutual labels:  pose-estimation, openpose
openpifpaf
Official implementation of "OpenPifPaf: Composite Fields for Semantic Keypoint Detection and Spatio-Temporal Association" in PyTorch.
Stars: ✭ 900 (+1630.77%)
Mutual labels:  pose-estimation, keypoint-estimation
Openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Stars: ✭ 22,892 (+43923.08%)
Mutual labels:  pose-estimation, openpose
Com.unity.perception
Perception toolkit for sim2real training and validation
Stars: ✭ 208 (+300%)
Mutual labels:  pose-estimation
Epipolar Transformers
Epipolar Transformers (CVPR 2020)
Stars: ✭ 245 (+371.15%)
Mutual labels:  pose-estimation
Hourglass Facekeypoints Detection
face keypoints deteciton based on stackedhourglass
Stars: ✭ 206 (+296.15%)
Mutual labels:  pose-estimation
Human Pose Estimation Opencv
Perform Human Pose Estimation in OpenCV Using OpenPose MobileNet
Stars: ✭ 201 (+286.54%)
Mutual labels:  pose-estimation
Swiftopenpose
tf-openpose Based iOS Project
Stars: ✭ 215 (+313.46%)
Mutual labels:  pose-estimation
pytorch-convcnp
A PyTorch Implementation of Convolutional Conditional Neural Process.
Stars: ✭ 41 (-21.15%)
Mutual labels:  pytorch-implementation
Multiperson
Code repository for the paper: "Coherent Reconstruction of Multiple Humans from a Single Image" in CVPR'20
Stars: ✭ 212 (+307.69%)
Mutual labels:  pose-estimation
neuro-symbolic-ai-soc
Neuro-Symbolic Visual Question Answering on Sort-of-CLEVR using PyTorch
Stars: ✭ 41 (-21.15%)
Mutual labels:  pytorch-implementation
Improved Body Parts
Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation
Stars: ✭ 202 (+288.46%)
Mutual labels:  pose-estimation
movenet.pytorch
A Pytorch implementation of MoveNet from Google. Include training code and pre-trained model.
Stars: ✭ 273 (+425%)
Mutual labels:  pose-estimation
ResUNetPlusPlus-with-CRF-and-TTA
ResUNet++, CRF, and TTA for segmentation of medical images (IEEE JBIHI)
Stars: ✭ 98 (+88.46%)
Mutual labels:  pytorch-implementation
Monoloco
[ICCV 2019] Official implementation of "MonoLoco: Monocular 3D Pedestrian Localization and Uncertainty Estimation" in PyTorch + Social Distancing
Stars: ✭ 242 (+365.38%)
Mutual labels:  pose-estimation
Deepposekit
a toolkit for pose estimation using deep learning
Stars: ✭ 233 (+348.08%)
Mutual labels:  pose-estimation

OpenPose PyTorch

PyTorch implementation of OpenPose.

badge badge

Installation

Prerequisites

Option 1: Install using pip

pip install git+https://github.com/prasunroy/openpose-pytorch.git

Option 2: Install from source

git clone https://github.com/prasunroy/openpose-pytorch.git
cd openpose-pytorch
python setup.py install

Running examples

cd examples
python image_demo.py
python video_demo.py

References

License



Made with ❤️ and 🍕

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].