Skip to content

liqing-ustc/VQA-E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

VQA-E: Explaining, Elaborating, and Enhancing Your Answers for Visual Questions

Dataset Download

COCO Images: Training images [83K/13GB], Validation Images [41K/6GB]

VQA-E dataset: Google Drive

Annotation format:

annotation{
    "image_id" : int,
    "question_type" : str,
    "answer_type" : str,
    "answers" : [answer],
    "multiple_choice_answer" : str,
    "explanation": [explanation, score]
}

Reference

If you use the VQA-E dataset as part of any published research, please acknowledge the following paper

@@article{li2018vqae,
  title={VQA-E: Explaining, Elaborating, and Enhancing Your Answers for Visual Questions},
  author={Li, Qing and Tao, Qingyi and Joty, Shafiq and Cai, Jianfei and Luo, Jiebo},
  journal={ECCV},
  year={2018}
}

License

MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published