GT-Vision-Lab / VQA

Other
359 stars 138 forks source link

no module named 'vqa' #16

Open DeepLearningfeng opened 6 months ago

DeepLearningfeng commented 6 months ago

from vpa import VQA, but where is vqa? or How can I install vqa package?

jxn748715A commented 6 months ago

我也遇到了同样的问题,请问如何解决?

DeepLearningfeng commented 6 months ago

我也遇到了同样的问题,请问如何解决?

没人解答。。。

jxn748715A commented 5 months ago

from vpa import VQA, but where is vqa? or How can I install vqa package?

from vqa import VQA是在PythonHelperTools里面的vqaTools下面的vqa.py文件导入的

DeepLearningfeng commented 5 months ago

from vpa import VQA, but where is vqa? or How can I install vqa package?

from vqa import VQA是在PythonHelperTools里面的vqaTools下面的vqa.py文件导入的

thanks