An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



# OpenPose PyTorch
**OpenPose api wrapper in PyTorch.**

![badge](https://github.com/prasunroy/openpose-pytorch/blob/master/assets/badge_1.svg)
![badge](https://github.com/prasunroy/openpose-pytorch/blob/master/assets/badge_2.svg)

## 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: