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
...
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.
For the Model agency data, please download the ModelAgencyData.zip from here and follow the processing script.
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