{"id":13710939,"url":"https://github.com/CMU-Perceptual-Computing-Lab/openpose_unity_plugin","last_synced_at":"2025-05-06T20:31:20.744Z","repository":{"id":40910996,"uuid":"162205722","full_name":"CMU-Perceptual-Computing-Lab/openpose_unity_plugin","owner":"CMU-Perceptual-Computing-Lab","description":"OpenPose's Unity Plugin for Unity users","archived":false,"fork":false,"pushed_at":"2019-08-14T04:41:27.000Z","size":6371,"stargazers_count":719,"open_issues_count":46,"forks_count":168,"subscribers_count":46,"default_branch":"master","last_synced_at":"2024-11-13T21:44:44.576Z","etag":null,"topics":["c-sharp","deep-learning","human-pose-estimation","openpose","real-time","unity"],"latest_commit_sha":null,"homepage":"https://github.com/CMU-Perceptual-Computing-Lab/openpose","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CMU-Perceptual-Computing-Lab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-18T00:09:01.000Z","updated_at":"2024-11-06T07:44:43.000Z","dependencies_parsed_at":"2022-07-11T22:46:19.111Z","dependency_job_id":null,"html_url":"https://github.com/CMU-Perceptual-Computing-Lab/openpose_unity_plugin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMU-Perceptual-Computing-Lab%2Fopenpose_unity_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMU-Perceptual-Computing-Lab%2Fopenpose_unity_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMU-Perceptual-Computing-Lab%2Fopenpose_unity_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CMU-Perceptual-Computing-Lab%2Fopenpose_unity_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CMU-Perceptual-Computing-Lab","download_url":"https://codeload.github.com/CMU-Perceptual-Computing-Lab/openpose_unity_plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252764272,"owners_count":21800665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","deep-learning","human-pose-estimation","openpose","real-time","unity"],"created_at":"2024-08-02T23:01:02.448Z","updated_at":"2025-05-06T20:31:19.074Z","avatar_url":"https://github.com/CMU-Perceptual-Computing-Lab.png","language":"C#","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\".github/Logo_main_black.png\", width=\"300\"\u003e\n\u003c/div\u003e\n\n-----------------\n\n**OpenPose Unity Plugin** is a **wrapper of the [OpenPose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) library for Unity users**. It provides formatted OpenPose output and some examples. [OpenPose](https://github.com/CMU-Perceptual-Computing-Lab/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.\n\nThe OpenPose Unity Plugin project is **authored by [Tianyi Zhao](http://tianyizhao.com), [Gines Hidalgo](https://www.gineshidalgo.com/), and [Yaser Sheikh](http://www.cs.cmu.edu/~yaser/)**. Currently, it is being **maintained by [Tianyi Zhao](http://tianyizhao.com) and [Gines Hidalgo](https://www.gineshidalgo.com/)**.\n\n[**Demo/tutorial video**](https://youtu.be/Jrcak4n6PG4) of the working system.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"doc/media/main.png\", width=\"480\"\u003e\n    \u003cbr\u003e\n    \u003csup\u003e\u003ca href=\"http://tianyizhao.com\" target=\"_blank\"\u003eTianyi Zhao\u003c/a\u003e (left) and \u003ca href=\"https://www.gineshidalgo.com\" target=\"_blank\"\u003eGines Hidalgo\u003c/a\u003e (right) testing the OpenPose Unity Plugin\u003c/sup\u003e\n\u003c/p\u003e\n\n\n\n## NOTICE\nThis is an alpha release, everything is subject to change. The plugin will finally be available in Unity Assets store in the future.\n\n\n\n## Contents\n1. [Results](#results)\n2. [Installation, Reinstallation and Uninstallation](#installation-reinstallation-and-uninstallation)\n3. [Citation](#citation)\n4. [License](#license)\n\n\n\n## Results\n### Body and Foot Estimation\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"doc/media/body_foot.png\", width=\"360\"\u003e\n    \u003cbr\u003e\n    \u003csup\u003eTesting the OpenPose Unity Plugin for body and foot detection\u003c/sup\u003e\n\u003c/p\u003e\n\n### Body, Foot, Face, and Hands Estimation\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"doc/media/hand_face.png\", width=\"360\"\u003e\n    \u003cbr\u003e\n    \u003csup\u003eTesting the OpenPose Unity Plugin for body, foot, face, and hand detection\u003c/sup\u003e\n\u003c/p\u003e\n\n\n\n## Installation, Reinstallation and Uninstallation\nFollow the steps in the installation documentation in [doc/installation.md](doc/installation.md).\n\n\n\n## Citation\nPlease 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):\n\n    @inproceedings{cao2018openpose,\n      author = {Zhe Cao and Gines Hidalgo and Tomas Simon and Shih-En Wei and Yaser Sheikh},\n      booktitle = {arXiv preprint arXiv:1812.08008},\n      title = {Open{P}ose: realtime multi-person 2{D} pose estimation using {P}art {A}ffinity {F}ields},\n      year = {2018}\n    }\n\n    @inproceedings{cao2017realtime,\n      author = {Zhe Cao and Tomas Simon and Shih-En Wei and Yaser Sheikh},\n      booktitle = {CVPR},\n      title = {Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields},\n      year = {2017}\n    }\n\n    @inproceedings{simon2017hand,\n      author = {Tomas Simon and Hanbyul Joo and Iain Matthews and Yaser Sheikh},\n      booktitle = {CVPR},\n      title = {Hand Keypoint Detection in Single Images using Multiview Bootstrapping},\n      year = {2017}\n    }\n\n    @inproceedings{wei2016cpm,\n      author = {Shih-En Wei and Varun Ramakrishna and Takeo Kanade and Yaser Sheikh},\n      booktitle = {CVPR},\n      title = {Convolutional pose machines},\n      year = {2016}\n    }\n\nLinks to the papers:\n\n- [OpenPose: Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields](https://arxiv.org/abs/1812.08008)\n- [Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields](https://arxiv.org/abs/1611.08050)\n- [Hand Keypoint Detection in Single Images using Multiview Bootstrapping](https://arxiv.org/abs/1704.07809)\n- [Convolutional Pose Machines](https://arxiv.org/abs/1602.00134)\n\n\n\n## License\nOpenPose Unity Plugin is freely available for free non-commercial use, and may be redistributed under these conditions. Please, see the [license](LICENSE) for further details. Interested in a commercial license? Check this [FlintBox link](https://flintbox.com/public/project/47343/). For commercial queries, use the `Directly Contact Organization` section from the [FlintBox link](https://flintbox.com/public/project/47343/) and also send a copy of that message to [Yaser Sheikh](http://www.cs.cmu.edu/~yaser/).\n\n","funding_links":[],"categories":["Computer Vision"],"sub_categories":["Classification \u0026 Detection \u0026 Tracking"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCMU-Perceptual-Computing-Lab%2Fopenpose_unity_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCMU-Perceptual-Computing-Lab%2Fopenpose_unity_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCMU-Perceptual-Computing-Lab%2Fopenpose_unity_plugin/lists"}