Add eval_mm dir

This commit is contained in:
trainfanlhy
2024-05-28 01:21:34 +08:00
parent 7e12387362
commit 65f5567a3a
49 changed files with 5610 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from .yes_or_no import default_rating, MME_rating, YOrN_eval
from .mmvet_eval import MMVet_eval
from .multiple_choice import multiple_choice_eval
from .coco_eval import COCO_eval
from .vqa_eval import VQAEval
from .mathvista_eval import MathVista_eval
from .llavabench import LLaVABench_eval
from .misc import build_judge
from .OCRBench import OCRBench_eval