Skip to content

Commit

Permalink
update mmbench-video repo_id
Browse files Browse the repository at this point in the history
  • Loading branch information
FangXinyu-0913 committed Oct 9, 2024
1 parent d7984e4 commit 9405081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlmeval/dataset/mmbench_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, dataset='MMBench-Video', pack=False):
def supported_datasets(cls):
return ['MMBench-Video']

def prepare_dataset(self, dataset_name='MMBench-Video', repo_id='nebulae09/MMBench-Video'):
def prepare_dataset(self, dataset_name='MMBench-Video', repo_id='opencompass/MMBench-Video'):
def check_integrity(pth):
data_file = osp.join(pth, f'{dataset_name}.tsv')
if md5(data_file) != self.MD5:
Expand Down

0 comments on commit 9405081

Please sign in to comment.