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

CMU-Perceptual-Computing-Lab / Openpose_unity_plugin

Licence: other
OpenPose's Unity Plugin for Unity users

Projects that are alternatives of or similar to Openpose unity plugin

Trt pose
Real-time pose estimation accelerated with NVIDIA TensorRT
Stars: ✭ 525 (+17.71%)
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 (+114.8%)
Mutual labels:  human-pose-estimation, real-time
Openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Stars: ✭ 22,892 (+5032.74%)
Mutual labels:  human-pose-estimation, real-time
Shelfnet Human Pose Estimation
Fast and accurate Human Pose Estimation using ShelfNet with PyTorch
Stars: ✭ 95 (-78.7%)
Mutual labels:  human-pose-estimation, real-time
Pytorch realtime multi Person pose estimation
Pytorch version of Realtime Multi-Person Pose Estimation project
Stars: ✭ 205 (-54.04%)
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 (-25.78%)
Mutual labels:  human-pose-estimation, real-time
Keras realtime multi Person pose estimation
Keras version of Realtime Multi-Person Pose Estimation project
Stars: ✭ 728 (+63.23%)
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 (-69.28%)
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 (-62.33%)
Mutual labels:  human-pose-estimation, real-time
FastPose
pytorch realtime multi person keypoint estimation
Stars: ✭ 36 (-91.93%)
Mutual labels:  real-time, human-pose-estimation
Openpose train
Training repository for OpenPose
Stars: ✭ 381 (-14.57%)
Mutual labels:  human-pose-estimation, real-time
Upmgitextension
This package extends the UI of Unity Package Manager (UPM) for the packages installed from git repository.
Stars: ✭ 438 (-1.79%)
Mutual labels:  unity
Mobilepose Pytorch
Light-weight Single Person Pose Estimator
Stars: ✭ 427 (-4.26%)
Mutual labels:  real-time
Lifting From The Deep Release
Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
Stars: ✭ 425 (-4.71%)
Mutual labels:  human-pose-estimation
Virtualmotioncapture
VRゲーム中にモデルをコントロール
Stars: ✭ 423 (-5.16%)
Mutual labels:  unity
Awesome Unity
A curated list of awesome Unity assets, resources, and more.
Stars: ✭ 4,753 (+965.7%)
Mutual labels:  unity
Sofa
Real-time multi-physics simulation with an emphasis on medical simulation.
Stars: ✭ 435 (-2.47%)
Mutual labels:  real-time
Hogwarts
Hogwarts (Harry Potter) open sandbox game made in Unity
Stars: ✭ 420 (-5.83%)
Mutual labels:  unity
Urepl
In-game powerful REPL environment for Unity3D.
Stars: ✭ 418 (-6.28%)
Mutual labels:  unity
Smaa
A highly customizable implementation of Subpixel Morphological Antialiasing for Unity
Stars: ✭ 415 (-6.95%)
Mutual labels:  unity

OpenPose Unity Plugin is a wrapper of the OpenPose library for Unity users. It provides formatted OpenPose output and some examples. OpenPose is a real-time multi-person system able to jointly detect human body, hand, facial, and foot keypoints (in total 135 keypoints) on single images.

The OpenPose Unity Plugin project is authored by Tianyi Zhao, Gines Hidalgo, and Yaser Sheikh. Currently, it is being maintained by Tianyi Zhao and Gines Hidalgo.

Demo/tutorial video of the working system.


Tianyi Zhao (left) and Gines Hidalgo (right) testing the OpenPose Unity Plugin

NOTICE

This is an alpha release, everything is subject to change. The plugin will finally be available in Unity Assets store in the future.

Contents

  1. Results
  2. Installation, Reinstallation and Uninstallation
  3. Citation
  4. License

Results

Body and Foot Estimation


Testing the OpenPose Unity Plugin for body and foot detection

Body, Foot, Face, and Hands Estimation


Testing the OpenPose Unity Plugin for body, foot, face, and hand detection

Installation, Reinstallation and Uninstallation

Follow the steps in the installation documentation in doc/installation.md.

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{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}
}

@inproceedings{cao2017realtime,
  author = {Zhe Cao and Tomas Simon and Shih-En Wei and Yaser Sheikh},
  booktitle = {CVPR},
  title = {Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields},
  year = {2017}
}

@inproceedings{simon2017hand,
  author = {Tomas Simon and Hanbyul Joo and Iain Matthews and Yaser Sheikh},
  booktitle = {CVPR},
  title = {Hand Keypoint Detection in Single Images using Multiview Bootstrapping},
  year = {2017}
}

@inproceedings{wei2016cpm,
  author = {Shih-En Wei and Varun Ramakrishna and Takeo Kanade and Yaser Sheikh},
  booktitle = {CVPR},
  title = {Convolutional pose machines},
  year = {2016}
}

Links to the papers:

License

OpenPose Unity Plugin 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].