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

Can you provide a well-trained model? #42

Open cxmirene opened 1 year ago

cxmirene commented 1 year ago

Hello, I just want to use your model to test directly on other data sets. Can you provide the model that is finally used for testing?

linjieli222 commented 1 year ago

If you run source tools/download.sh, you can find pretrained checkpoints downloaded under pretrained_models.

image