https://github.com/prasunroy/openpose-pytorch
:fire: OpenPose api wrapper in PyTorch.
https://github.com/prasunroy/openpose-pytorch
computer-vision keypoint-estimation machine-learning openpose openpose-wrapper pose-estimation pytorch pytorch-implementation
Last synced: 8 months ago
JSON representation
:fire: OpenPose api wrapper in PyTorch.
- Host: GitHub
- URL: https://github.com/prasunroy/openpose-pytorch
- Owner: prasunroy
- License: mit
- Created: 2019-09-15T11:24:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T15:45:17.000Z (about 2 years ago)
- Last Synced: 2025-10-14T01:32:08.737Z (8 months ago)
- Topics: computer-vision, keypoint-estimation, machine-learning, openpose, openpose-wrapper, pose-estimation, pytorch, pytorch-implementation
- Language: Python
- Homepage:
- Size: 1.81 MB
- Stars: 64
- Watchers: 2
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenPose PyTorch
**OpenPose api wrapper in PyTorch.**



## Installation
#### Prerequisites
* Install [PyTorch](https://pytorch.org/get-started/locally/)
#### 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
* [OpenPose](https://github.com/CMU-Perceptual-Computing-Lab/openpose)
* [PyTorch OpenPose](https://github.com/Hzzone/pytorch-openpose)
## License
* [OpenPose License](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/LICENSE)
* [OpenPose PyTorch License](https://github.com/prasunroy/openpose-pytorch/blob/master/LICENSE)
**Made with** :heart: **and** :pizza: