kexinyi / ns-vqa

Neural-symbolic visual question answering
255 stars 63 forks source link

Adapting to take an input question and image and return answer #11

Open Seon82 opened 4 years ago

Seon82 commented 4 years ago

First of all, thanks for this code! I am trying to adapt your code in order to have it take one of the images, a custom question, and intercept the answer given by the executor. For such questions, however, the only information that is given for each question is the image_index and the question (though I can artificially add a split). I however do not seem to manage to modify to code to make it work without an input program associated to the questions.

Would you have any pointers in how I could go about doing this?