openvqa icon indicating copy to clipboard operation
openvqa copied to clipboard

A lightweight, scalable, and general framework for visual question answering research

Results 6 openvqa issues
Sort by recently updated
recently updated
newest added

Thanks for this repo! I'm trying to train BUTD with GQA, but running into several issues (fixing one causes the next etc). It seems that there is an issue with...

Why is this project code reporting errors in the CLEVR dataset? The question is: Traceback (most recent call last): File "/mnt/public/home/s-xuk/mcan-gqa/run.py", line 160, in execution.run(__C.RUN_MODE) File "/mnt/public/home/s-xuk/mcan-gqa/utils/exec.py", line 33, in...

There are no train_choices and val_choices.json files in the GQA dataset. 'train_choices': self.DATA_PATH['gqa'] + '/raw' + '/eval/train_choices' 'val_choices': self.DATA_PATH['gqa'] + '/raw' + '/eval/val_choices.json'

Is there any documentation for adding new datasets to train on existing methods?

Hi, I am trying to train the mcan model using gqa dataset, and everytime I try to run, I get the following error: Traceback (most recent call last): File "run.py",...

![Captureesddsf](https://user-images.githubusercontent.com/47115320/202914655-2c2f8e2e-2792-4336-96c8-40b1d3d1a9a3.PNG) Problem while building the docker.