OFA-Sys / OFA

Official repository of OFA (ICML 2022). Paper: OFA: Unifying Architectures, Tasks, and Modalities Through a Simple Sequence-to-Sequence Learning Framework
Apache License 2.0
2.39k stars 248 forks source link

How can I distinguish questions of the same image ? #401

Open JY9087 opened 1 year ago

JY9087 commented 1 year ago

An example of answer is : {'question_id': '358302', 'answer': 'kitchen'} . All 'question_id' of the that image is 358302 , so I don't know which question is the answer is answering . I try to modify the question_id in the .tsv file , and it won't work.