linjieli222 / VQA_ReGAT

Research Code for ICCV 2019 paper "Relation-aware Graph Attention Network for Visual Question Answering"
https://arxiv.org/abs/1903.12314
MIT License
180 stars 38 forks source link

Code for learned image and question attentions #17

Closed yinyueqin closed 4 years ago

yinyueqin commented 4 years ago

Dear author, you showed some examples of learned image attentions (Figure 4). Can you post the code you used to extract and create the learned image attentions? Thank you!

linjieli222 commented 4 years ago

Thanks for your interests in this project and sorry for the late reply. We don't have the script ready for release. But I have compiled some pointers below, hope they can help.

You can follow these code examples for drawing bounding boxes, text boxes and attention map.