vt-vl-lab / iCAN

[BMVC 2018] iCAN: Instance-Centric Attention Network for Human-Object Interaction Detection
https://gaochen315.github.io/iCAN/
MIT License
259 stars 60 forks source link

Prior_mask.pkl and action_index.json missing #47

Closed anon112233 closed 4 years ago

anon112233 commented 4 years ago

Hello,

First off, thank you for making the code public... I am excited to test the model. I followed the steps for the test demo in the repo but for some reason, I do not have the prior_mask.pkl file or the action_index.json file. Is there some way I can download these to make the demo work?

gaochen315 commented 4 years ago

You can refer to https://github.com/vt-vl-lab/iCAN/blob/master/misc/download_training_data.sh

Option 1: You can download them from https://drive.google.com/drive/u/1/folders/1aIYkkltzelHyh05RYve0AQW2dCe8SL2W

Option 2:

python lib/ult/Download_data.py 1z5iZWJsMl4hafo0u7f1mVj7A2S5HQBOD Data/action_index.json
python lib/ult/Download_data.py 1QeCGE_0fuQsFa5IxIOUKoRFakOA87JqY Data/prior_mask.pkl

Let me know if this helps.

anon112233 commented 4 years ago

Thank you, this fixed it and I got it working. Awesome results!