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.
- Host: GitHub
- URL: https://github.com/prasunroy/rcnnpose-pytorch
- Owner: prasunroy
- License: mit
- Created: 2019-09-18T05:32:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T15:45:26.000Z (over 1 year ago)
- Last Synced: 2024-04-30T16:55:26.430Z (over 1 year ago)
- Topics: computer-vision, keypoint-estimation, keypoint-rcnn, machine-learning, mask-rcnn, pose-estimation, pytorch, rcnnpose
- Language: Python
- Homepage:
- Size: 1.89 MB
- Stars: 14
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# RCNNPose PyTorch
**Mask R-CNN and Keypoint R-CNN api wrapper in PyTorch.**
## 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: