All Projects → CMU-Perceptual-Computing-Lab → Openpose_train

CMU-Perceptual-Computing-Lab / Openpose_train

Licence: other
Training repository for OpenPose

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Openpose train

Openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Stars: ✭ 22,892 (+5908.4%)
Mutual labels:  human-pose-estimation, real-time
Trt pose
Real-time pose estimation accelerated with NVIDIA TensorRT
Stars: ✭ 525 (+37.8%)
Mutual labels:  human-pose-estimation, real-time
Openpose unity plugin
OpenPose's Unity Plugin for Unity users
Stars: ✭ 446 (+17.06%)
Mutual labels:  human-pose-estimation, real-time
Keras realtime multi Person pose estimation
Keras version of Realtime Multi-Person Pose Estimation project
Stars: ✭ 728 (+91.08%)
Mutual labels:  human-pose-estimation, real-time
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.
Stars: ✭ 137 (-64.04%)
Mutual labels:  human-pose-estimation, real-time
Pytorch realtime multi Person pose estimation
Pytorch version of Realtime Multi-Person Pose Estimation project
Stars: ✭ 205 (-46.19%)
Mutual labels:  human-pose-estimation, real-time
Lightweight Human Pose Estimation 3d Demo.pytorch
Real-time 3D multi-person pose estimation demo in PyTorch. OpenVINO backend can be used for fast inference on CPU.
Stars: ✭ 331 (-13.12%)
Mutual labels:  human-pose-estimation, real-time
Lightweight Human Pose Estimation.pytorch
Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose" paper.
Stars: ✭ 958 (+151.44%)
Mutual labels:  human-pose-estimation, real-time
Shelfnet Human Pose Estimation
Fast and accurate Human Pose Estimation using ShelfNet with PyTorch
Stars: ✭ 95 (-75.07%)
Mutual labels:  human-pose-estimation, real-time
Deepstream pose estimation
This is a sample DeepStream application to demonstrate a human pose estimation pipeline.
Stars: ✭ 168 (-55.91%)
Mutual labels:  human-pose-estimation, real-time
FastPose
pytorch realtime multi person keypoint estimation
Stars: ✭ 36 (-90.55%)
Mutual labels:  real-time, human-pose-estimation
Spikenail
A GraphQL Framework for Node.js
Stars: ✭ 358 (-6.04%)
Mutual labels:  real-time
Pytorch Human Pose Estimation
Implementation of various human pose estimation models in pytorch on multiple datasets (MPII & COCO) along with pretrained models
Stars: ✭ 346 (-9.19%)
Mutual labels:  human-pose-estimation
Firebase Js Sdk
Firebase Javascript SDK
Stars: ✭ 3,844 (+908.92%)
Mutual labels:  real-time
Aws Mobile Appsync Events Starter React
GraphQL starter application with Realtime and Offline functionality using AWS AppSync
Stars: ✭ 337 (-11.55%)
Mutual labels:  real-time
Darkpose
Distribution-Aware Coordinate Representation for Human Pose Estimation
Stars: ✭ 369 (-3.15%)
Mutual labels:  human-pose-estimation
Example Hftish
Example Order Book Imbalance Algorithm
Stars: ✭ 355 (-6.82%)
Mutual labels:  real-time
Hdl localization
Real-time 3D localization using a (velodyne) 3D LIDAR
Stars: ✭ 332 (-12.86%)
Mutual labels:  real-time
Poseflow
PoseFlow: Efficient Online Pose Tracking (BMVC'18)
Stars: ✭ 330 (-13.39%)
Mutual labels:  real-time
Kimera Semantics
Real-Time 3D Semantic Reconstruction from 2D data
Stars: ✭ 368 (-3.41%)
Mutual labels:  real-time

OpenPose Training


Contents

  1. Introduction
  2. Functionality
  3. Testing
  4. Training
  5. Citation
  6. License

Introduction

OpenPose Training includes the training code for OpenPose, as well as some experimental models that might not necessarily end up in OpenPose (to avoid confusing its users with too many models).

It is authored by Gines Hidalgo, Zhe Cao, Yaadhav Raaj, Tomas Simon, Haroon Idrees, Donglai Xiang, Shih-En Wei, Hanbyul Joo, and Yaser Sheikh. It is based on the papers described in the Citation section and in Realtime Multi-Person Pose Estimation. In addition, OpenPose would not be possible without the CMU Panoptic Studio dataset. We would also like to thank all the people who helped OpenPose in any way.

This repository and its documentation assumes knowledge of OpenPose. If you have not used OpenPose yet, you must familiare yourself with it before attempting to follow this documentation.

Functionality

  • Training code for OpenPose.
  • Release of some experimental models that have not been included into OpenPose. These models are experimental and might present some issues compared to the models officially released inside OpenPose. This project is licensed under the terms of the license.

Experimental Models

The experimental_models directory contains our experimental models, including the whole-body model from Single-Network Whole-Body Pose Estimation, as well as instructions to make it run inside OpenPose. See experimental_models/README.md for more details.

Testing

See testing/README.md for more details.

Training

The training/ directory contains multiple scripts to generate the scripts for training and to actually train the models. See training/README.md for more details.

Validation

The validation/ directory contains multiple scripts to evaluate the accuracy of the trained models. See validation/README.md for more details.

Citation

Please cite these papers in your publications if it helps your research (the face keypoint detector was trained using the procedure described in [Simon et al. 2017] for hands):

@inproceedings{hidalgo2019singlenetwork,
  author = {Gines Hidalgo and Yaadhav Raaj and Haroon Idrees and Donglai Xiang and Hanbyul Joo and Tomas Simon and Yaser Sheikh},
  booktitle = {ICCV},
  title = {Single-Network Whole-Body Pose Estimation},
  year = {2019}
}

@inproceedings{cao2018openpose,
  author = {Zhe Cao and Gines Hidalgo and Tomas Simon and Shih-En Wei and Yaser Sheikh},
  booktitle = {arXiv preprint arXiv:1812.08008},
  title = {Open{P}ose: realtime multi-person 2{D} pose estimation using {P}art {A}ffinity {F}ields},
  year = {2018}
}

Links to the papers:

License

OpenPose is freely available for free non-commercial use, and may be redistributed under these conditions. Please, see the license for further details. Interested in a commercial license? Check this FlintBox link. For commercial queries, use the Directly Contact Organization section from the FlintBox link and also send a copy of that message to Yaser Sheikh.

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].