mirror of
https://github.com/OpenBMB/MiniCPM-V.git
synced 2026-02-05 18:29:18 +08:00
Add eval_mm dir
This commit is contained in:
12
eval_mm/vlmevalkit/vlmeval/utils/__init__.py
Normal file
12
eval_mm/vlmevalkit/vlmeval/utils/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from .matching_util import can_infer, can_infer_option, can_infer_text
|
||||
from .mp_util import track_progress_rich
|
||||
from .custom_prompt import CustomPrompt
|
||||
from .dataset_config import dataset_URLs, img_root_map, DATASET_TYPE, abbr2full
|
||||
from .dataset import TSVDataset, split_MMMU, MMMU_result_transfer
|
||||
|
||||
|
||||
__all__ = [
|
||||
'can_infer', 'can_infer_option', 'can_infer_text', 'track_progress_rich',
|
||||
'TSVDataset', 'dataset_URLs', 'img_root_map', 'DATASET_TYPE', 'CustomPrompt',
|
||||
'split_MMMU', 'abbr2full'
|
||||
]
|
||||
Reference in New Issue
Block a user