markvasin / openvqa

Implementation of the VQA model from my MSc project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Question Answering (MSc Project)

This repository contains the implementation of the proposed VQA model from my MSc project. The implementation was done using PyTorch and OpenVQA framework.

VQA Model

The main folder for the model is located here, and the main python file for the model is here.

VQA model

Visualisation

The code to generate visualisation of attention distribution is here.

Visualisation of model's attention distribution on image

vis-1va

Visualisation of model's attention distribution on text data

vis-1va

About

Implementation of the VQA model from my MSc project

License:Apache License 2.0


Languages

Language:Python 99.2%Language:Dockerfile 0.8%