MiniGPT-4/dataset/Evaluation.md

27 lines
566 B
Markdown
Raw Normal View History

2023-10-23 18:42:58 +00:00
2023-10-23 18:48:58 +00:00
### OKVQA
### GQA
Images and question-answer pairs will be loaded during the evaluation.
2023-10-23 18:51:36 +00:00
``` python run_eval.py xxxx ```
2023-10-23 18:49:30 +00:00
2023-10-23 18:48:58 +00:00
### VSR
Images and question-answer pairs will be loaded during the evaluation.
2023-10-23 18:51:36 +00:00
``` python run_eval.py xxxx ```
2023-10-23 18:48:58 +00:00
### IconVQA
### VizWiz
2023-10-23 18:51:36 +00:00
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 ```
2023-10-23 18:48:58 +00:00
### HM