Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/WillSuen/VQA

MXNet implementation of Hierarchical VQA
https://github.com/WillSuen/VQA

Last synced: 2 months ago
JSON representation

MXNet implementation of Hierarchical VQA

Awesome Lists containing this project

README

        

# Hierarchical Question-Imagee Co-Attention for Visual Question Answering

This is MXNet implementation of Hierarchical Question-Image Co-Attention for Visual Question Answering(https://arxiv.org/abs/1606.00061)

![](./pics/hierarchical.jpg)

#### Train
`python train.py --cfg cfgs/hierarchical.yaml`

## Reference
[1][HieCoAttenVQA](https://github.com/jiasenlu/HieCoAttenVQA)
[2][vqa-sva](https://github.com/shtechair/vqa-sva)