scwangdyd / zero_shot_hoi

Discovering human interaction with novel objects via zero-shot learning, CVPR, 2020
MIT License
41 stars 6 forks source link

how to get the complete result on zero-shot detection task?! (like table 4) #5

Open youjiangxu opened 4 years ago

youjiangxu commented 4 years ago

Hi, I am interested in the zero-shot detection task. How can I get the complete result on HICO-DET test set (like Table 4 in the paper) but not just a demo image?

many thx.

Youjiang

youjiangxu commented 4 years ago

one more question: does the zero-shot novel object detection is trained on hico-seen categories?? In this case, it is incorrect that set DATASETS.TRAIN to hico-det_train in the 'configs/HICO-DET/interaction_zero_shot_R_50_FPN.yaml' ?

SherlockHolmes221 commented 3 years ago

one more question: does the zero-shot novel object detection is trained on hico-seen categories?? In this case, it is incorrect that set DATASETS.TRAIN to hico-det_train in the 'configs/HICO-DET/interaction_zero_shot_R_50_FPN.yaml' ?

I am also confused about that and could you please tell me how to train hico on unseen setting? Thanks