├── Data_loader.py ├── LICENSE ├── Main.py ├── README.md ├── Results ├── 1.png ├── 2.png ├── 3.png └── 4.png ├── VQA_blocks.py ├── save_QA.py └── vqa_preprocessing_v2.py /Data_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/Data_loader.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/LICENSE -------------------------------------------------------------------------------- /Main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/Main.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/README.md -------------------------------------------------------------------------------- /Results/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/Results/1.png -------------------------------------------------------------------------------- /Results/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/Results/2.png -------------------------------------------------------------------------------- /Results/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/Results/3.png -------------------------------------------------------------------------------- /Results/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/Results/4.png -------------------------------------------------------------------------------- /VQA_blocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/VQA_blocks.py -------------------------------------------------------------------------------- /save_QA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/save_QA.py -------------------------------------------------------------------------------- /vqa_preprocessing_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Neerajj9/Stacked-Attention-Networks-for-Visual-Question-Answering/HEAD/vqa_preprocessing_v2.py --------------------------------------------------------------------------------