/AwA-Pose

Primary LanguageJupyter NotebookMIT LicenseMIT

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