MiniGPT-4/dataset/Evaluation.md
2023-10-23 21:51:36 +03:00

27 lines
566 B
Markdown

### OKVQA
### GQA
Images and question-answer pairs will be loaded during the evaluation.
``` python run_eval.py xxxx ```
### VSR
Images and question-answer pairs will be loaded during the evaluation.
``` python run_eval.py xxxx ```
### IconVQA
### VizWiz
1. Download [`test.json`](https://vizwiz.cs.colorado.edu/VizWiz_final/vqa_data/Annotations.zip) and extract [`test.zip`](https://vizwiz.cs.colorado.edu/VizWiz_final/images/test.zip) to `test`. Put them under `your_path/vizwiz`.
2. Single-GPU inference.
``` python run_eval.py xxxx ```
### HM