VQA-Demo-GUI icon indicating copy to clipboard operation
VQA-Demo-GUI copied to clipboard

This repository gives a GUI using PyQt4 for VQA demo using Keras Deep Learning Library. The VQA model is created using Pre-trained VGG-16 Weight for image Features and glove vectors for question Feat...

Results 4 VQA-Demo-GUI issues
Sort by recently updated
recently updated
newest added

I run your code,and why the accuracy of the answer is so low ?Please tell me how you train it.

### Function : def get_VQA_model(VQA_weights_file_name): ''' Given the VQA model and its weights, compiles and returns the model ''' vqa_model = VQA_MODEL() vqa_model.load_weights(VQA_weights_file_name) ********* Running this line, I have a...

Hi @anujshah1003 , While i am trying to run the command **"python VQA-VGG-16+LSTM-GUI.py"** getting an error **"ModuleNotFoundError: No module named 'PyQt4'"** and tried a lot commands to install pyqt in...