Update Evaluation.md

This commit is contained in:
Xiang Li 2023-10-23 21:51:36 +03:00 committed by GitHub
parent 6b91ec6f24
commit 0c27a75fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,19 +3,20 @@
### GQA
Images and question-answer pairs will be loaded during the evaluation.
```
python run_eval.py xxxx
```
``` python run_eval.py xxxx ```
### VSR
Images and question-answer pairs will be loaded during the evaluation.
```
python run_eval.py xxxx
```
``` 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