Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.13 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.13 KB

RCNNPose PyTorch

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

badge badge

Installation

Prerequisites

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



Made with ❤️ and 🍕