OpenPose
Revision as of 18:44, 30 January 2023 by Jack.eakle (talk | contribs) (Created page with "Category:SoftwareCategory:ProgrammingCategory:Library {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|openpose}} |{{#vardefine:url|https://github.com/CMU-Percep...")
Description
OpenPose has represented the first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints (in total 135 keypoints) on single images.
Environment Modules
Run module spider openpose
to find out what environment modules are available for this application.
System Variables
- HPC_OPENPOSE_DIR - installation directory
- HPC_OPENPOSE_BIN - executable directory
Citation
If you publish research that uses openpose you have to cite it as follows:
<code>@article{8765346, author = {Z. {Cao} and G. {Hidalgo Martinez} and T. {Simon} and S. {Wei} and Y. A. {Sheikh}}, journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence}, title = {OpenPose: Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields}, year = {2019} } @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{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{wei2016cpm, author = {Shih-En Wei and Varun Ramakrishna and Takeo Kanade and Yaser Sheikh}, booktitle = {CVPR}, title = {Convolutional pose machines}, year = {2016} }