Wangt-CN / VC-R-CNN

[CVPR 2020] The official pytorch implementation of ``Visual Commonsense R-CNN''
MIT License
352 stars 61 forks source link

_C.DIC_FILE not found when run test_net.py #8

Closed windspirit95 closed 4 years ago

windspirit95 commented 4 years ago

Hi, Thank you for your great work. I have read your tutorial to run the test_net.py. However, I don't know how to get the pre-prepared dictionary file path for intervention (numpy format) (default is: '/.../dic_coco.npy') So could you please guide me where could I download these files in Parameters of VC and change the directory? Thank you.

Wangt-CN commented 4 years ago

Hi, Thanks for your attention. Then dic_coco.npy is in the folder tools. (https://github.com/Wangt-CN/VC-R-CNN/tree/master/tools)

Wangt-CN commented 4 years ago

Or do you want to change the parameters? It's in the default.py

windspirit95 commented 4 years ago

Ah my mistake. Sorry I found it. Thank you.