prinik / AwA-Pose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AwA Pose Dataset:

Download Images

Download images from https://cvml.ist.ac.at/AwA2/

Download Annotations

git clone https://github.com/prinik/AwA-Pose.git

Read pickle annotation file

import pickle
with open('antelope_1234.pickle', 'rb') as f:
    x = pickle.load(f)

arXiv Paper link

Code

For inference on a quadruped animal image, first download the pretrained model from here to the code/deep-high-resolution-net.pytorch/ and then run

./demo.sh

Annotation


Prediction Result

About

License:MIT License


Languages

Language:Jupyter Notebook 82.4%Language:Python 9.3%Language:Cuda 7.3%Language:Cython 0.4%Language:C++ 0.3%Language:C 0.3%Language:Shell 0.0%Language:Makefile 0.0%