Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/WillSuen/VQA
- Owner: WillSuen
- Created: 2017-11-08T19:27:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T18:57:11.000Z (over 6 years ago)
- Last Synced: 2024-08-01T22:41:36.759Z (5 months ago)
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-MXNet - Hierarchical Question-Imagee Co-Attention
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)