ywchao / ho-rcnn

Code for reproducing the results in "Learning to Detect Human-Object Interactions"
66 stars 17 forks source link

Can you tell me how to get this data set #8

Open cuicuishaa opened 3 years ago

cuicuishaa commented 3 years ago

hello when I read your paper:Learning to Detect Human-Object Interactions,I want to learn your code,but I can't find the dataset:pre-computed HOI detection on the HICO-DET test set (2.0G) could you tell me where to find this dataset? thank you! 22

ywchao commented 3 years ago

The provided shell script will download the pre-computed HOI detection for you:

./scripts/fetch_hoi_detection.sh
./scripts/setup_symlinks_detection.sh
cuicuishaa commented 3 years ago

thank you!