cvlab-columbia / viper

Code for the paper "ViperGPT: Visual Inference via Python Execution for Reasoning"
Other
1.63k stars 117 forks source link

Missing function from OKVQA datasets #46

Closed JaywonKoo17 closed 5 months ago

JaywonKoo17 commented 5 months ago

The function all_answers_from_dict is missing in the datasets.py file. https://github.com/cvlab-columbia/viper/blob/b9221c29d3dac224fc4cb044607a656c2d868d99/datasets/okvqa.py#L14

Can you provide this function? Thanks in advance!

surisdi commented 5 months ago

Hi, I just added this function in the last commit. Thanks for the heads up.