AwA Pose Dataset:
January 10, 2022 ยท View on GitHub
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
https://arxiv.org/pdf/2108.13958.pdf
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