Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions vlmeval/dataset/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
from .omnispatialbench import OmniSpatialBench
from .omtgbench import OMTGBench
from .ost_bench import OSTDataset
from .parsebench import ParseBench
from .plotqa import PlotQA
from .qbench_video import QBench_Video, QBench_Video_MCQ, QBench_Video_VQA
from .reasonmap_plus import ReasonMap_Plus
Expand Down Expand Up @@ -300,6 +301,7 @@ def evaluate(self, eval_file, **judge_kwargs):
Design2Code, VLADBench, SSIBenchDataset, NPMM, SGI_Bench_Experimental_Reasoning, MMOral_OPG_OPEN, MMOral_OPG_CLOSED, # noqa: E501
SciDocBench,
MMRarebenchDiagnosis, MMRarebenchTreatment, MMRarebenchCrossmodal, MMRarebenchExamination,
ParseBench,
]

# add by EASI team
Expand Down
Loading