A Benchmark for Multi-modal Foundation Models on Low-level Vision: from Single Images to Pairs
Paper
•
2402.07116
•
Published
•
2
image
imagewidth (px) 498
8.28k
| label
class label 0
classes |
|---|---|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
|
null |
For example, if the img_path is "llvisionqa_compare_dev\\00079.jpg_cat_09769.jpg.jpg", then the prefix is "llvisionqa_compare_dev", img1 is "00079.jpg", img2 is "09769.jpg".
You can use the function to get the image paths:
def get_img_names(img_path, prefix = "path_to_all_single_images"):
img_paths = img_path.split('\\')[1][:-4].split("_cat_")
img1_name = os.path.join(prefix,img_paths[0])
img2_name = os.path.join(prefix,img_paths[1])
return img1_name,img2_name
Please contact any of the first authors to get the results of your MLLM with the submission files.
Zicheng Zhang, zzc1998@sjtu.edu.cn Haoning Wu, haoning001@e.ntu.edu.sg