JoseAntonyS / rcnnpose-pytorch

:fire: Mask R-CNN and Keypoint R-CNN wrapper for pose estimation with PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RCNNPose PyTorch

Mask R-CNN and Keypoint R-CNN wrapper for pose estimation with 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 🍕

About

:fire: Mask R-CNN and Keypoint R-CNN wrapper for pose estimation with PyTorch.

License:MIT License


Languages

Language:Python 100.0%