Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.12 KB

DATA.md

File metadata and controls

34 lines (26 loc) · 1.12 KB

Data

Download and process our datasets for evaluation. Run all commands from the shapy root. Folder tree should be:

shapy
+-- datasets
|        +-- HBW
|        +-- SSP-3D
|        +-- ModelAgencyData
+-- attributes
+-- data
...

Human Bodies in The Wild (HBW)

HBW can be downloaded from here. For evaluation, use HBW.zip, extract it to $DATASETS/HBW and symlink:

mkdir datasets
ln -s $DATASETS/HBW datasets/HBW

To evaluate on HBW we provice a script that uses the validation dataset. The test set ground truth is not public. To evaluate you model on HBW Test, please follow the instructions on our website.

Model Agencies

For the Model agency data, please download the ModelAgencyData.zip from here and follow the processing script.

SSP-3D

SSP-3D can be downloaded from here:

wget https://github.com/akashsengupta1997/SSP-3D/raw/master/ssp_3d.zip 
unzip ssp_3d.zip -d datasets/
rm ssp_3d.zip