yashkant / concat-vqa

Official code for the paper "Contrast and Classify: Training Robust VQA Models" published at ICCV, 2021

Home Page:https://yashkant.github.io/projects/concat-vqa.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script to generate negatives

JurijsNazarovs opened this issue · comments

Hello,

Could you please share the script to generate a list of negatives? Negatives, which we load from .pkl?

Jurijs

Hi,

I just released all the internal code related to this project [https://github.com/yashkant/vilbert-textvqa/tree/vqa-reb-branch].

You might find the scripts you need here — https://github.com/yashkant/vilbert-textvqa/tree/vqa-reb-branch/script/vqa-re

Since it’s been so long I have looked at the original code, I have forgotten most parts.

Also, would like to apologize for how messy it is, I didn’t write code well then (not sure if I do now :P)

Thank you! No worries about the code, I am glad to see any version, to understand the main idea.