Skip to content

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

License

Notifications You must be signed in to change notification settings

prasunroy/rcnnpose-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🍕