This repository contains the work of TeamS at Image CLEF VQA-Med 2021 challenge. BBN-Orchestra ranked third with 34.8% accuracy and 39.1% BLEU score in the challenge.
This work is an extension to original BBN paper and is based on the original BBN repository.
This project requires Python 3.7 or newer.
- Download VQA Med 2019 data from the official repository and de-compress it into a directory
imageCLEF2019
. - Create your virtual environment, e.g.
python -m venv myenv
- Update input paths in
run.sh
- Activate your virtual env and install requirements
pip install requirements.txt
- Run
run.sh
To be added.