kexinyi / ns-vqa

Neural-symbolic visual question answering
258 stars 61 forks source link

Error while processing CLEVR questions #14

Closed BitastaB closed 3 years ago

BitastaB commented 3 years ago

I get this error :

File "tools/preprocess_questions.py", line 11, in import utils.programs as program_utils ModuleNotFoundError: No module named 'utils'

shrr98 commented 3 years ago

Hi, how did you solve this error?

BitastaB commented 3 years ago

Hello. I added reason to the import statement and set the PYTHONPATH to the project main directory. That seems to have solved it.

shrr98 commented 3 years ago

wow that works! Thank youu