From f13ad74b267b53f9abab23a4c48fb46796cf61d2 Mon Sep 17 00:00:00 2001 From: Xiang Li <44761952+lx709@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:48:58 +0300 Subject: [PATCH 1/2] Update Evaluation.md --- dataset/Evaluation.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dataset/Evaluation.md b/dataset/Evaluation.md index 8b13789..9e3ff86 100644 --- a/dataset/Evaluation.md +++ b/dataset/Evaluation.md @@ -1 +1,21 @@ +### 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. + +### IconVQA + +### VizWiz + +### HM + + + + + From 75f87692971a1a4b5107c1f2b8e1926b275bde2d Mon Sep 17 00:00:00 2001 From: Xiang Li <44761952+lx709@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:49:30 +0300 Subject: [PATCH 2/2] Update Evaluation.md --- dataset/Evaluation.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dataset/Evaluation.md b/dataset/Evaluation.md index 9e3ff86..e2b366c 100644 --- a/dataset/Evaluation.md +++ b/dataset/Evaluation.md @@ -3,11 +3,15 @@ ### 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