Skip to content

Commit 79c67b8

Browse files
committed
[Benchmark] Fix MMRarebench lint issues in mmrarebench.py
1 parent 34aca82 commit 79c67b8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

vlmeval/dataset/mmrarebench.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
import warnings
77
from collections import Counter
88

9+
import numpy as np
910
import pandas as pd
1011
from tqdm import tqdm
1112

12-
13-
from .image_base import ImageBaseDataset
14-
from .utils import build_judge, DEBUG_MESSAGE
15-
from ..smp import *
13+
from ..smp import * # noqa: F401,F403
14+
from ..smp.file import LMUDataRoot, dump, get_intermediate_file_path, load
15+
from ..smp.vlm import read_ok
1616
from ..utils import track_progress_rich
17-
from ..smp.file import LMUDataRoot, get_intermediate_file_path
17+
from .image_base import ImageBaseDataset
18+
from .utils import build_judge
1819

1920

2021
TRACK_CONFIG = {

0 commit comments

Comments
 (0)