From 0c27a75fd693df2eef6af871fcfe61ff6d637e87 Mon Sep 17 00:00:00 2001 From: Xiang Li <44761952+lx709@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:51:36 +0300 Subject: [PATCH] Update Evaluation.md --- dataset/Evaluation.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dataset/Evaluation.md b/dataset/Evaluation.md index e2b366c..34118f3 100644 --- a/dataset/Evaluation.md +++ b/dataset/Evaluation.md @@ -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