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

https://github.com/prasunroy/rcnnpose-pytorch

:fire: Mask R-CNN and Keypoint R-CNN api wrapper in PyTorch.
https://github.com/prasunroy/rcnnpose-pytorch

computer-vision keypoint-estimation keypoint-rcnn machine-learning mask-rcnn pose-estimation pytorch rcnnpose

Last synced: 7 months ago
JSON representation

:fire: Mask R-CNN and Keypoint R-CNN api wrapper in PyTorch.

Awesome Lists containing this project

README

          



# RCNNPose PyTorch
**Mask R-CNN and Keypoint R-CNN api wrapper in PyTorch.**

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

## Installation
#### Prerequisites
* Install [PyTorch](https://pytorch.org/get-started/locally/) `>= 1.2` with [torchvision](https://pytorch.org/get-started/locally/) `>= 0.4`
#### Option 1: Install using pip
```
pip install git+https://github.com/prasunroy/rcnnpose-pytorch.git
```
#### Option 2: Install from source
```
git clone https://github.com/prasunroy/rcnnpose-pytorch.git
cd rcnnpose-pytorch
python setup.py install
```

## Running examples
```
cd examples
python image_demo.py
python video_demo.py
```

## License
* [RCNNPose PyTorch License](https://github.com/prasunroy/rcnnpose-pytorch/blob/master/LICENSE)




**Made with** :heart: **and** :pizza: