yanxinzju / CSS-VQA

Counterfactual Samples Synthesizing for Robust VQA
76 stars 18 forks source link

Hintscore and type, no_type masks #6

Closed gri1 closed 4 years ago

gri1 commented 4 years ago

Hello! Could you explain how did you generate the files corresponding to hintscores (e.g., test_cpv2_hintscore.json) and the type and no_type masks (e.g., cpv2_type_mask.json and cpv2_notype_mask.json)?

yanxinzju commented 4 years ago

hello,we follow the method proposed by "Self-Critical Reasoning for Robust Visual Question Answering", you can get the code by https://github.com/jialinwu17/self_critical_vqa

bxwldljh commented 1 year ago

hi, i find that "Self-Critical Reasoning for Robust Visual Question Answering" does not provide the code as you said, can you provide the code corresponding to cpv2_type_mask. json and cpv2_notype_mask. json?