Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ def get_img_names(img_path, prefix = "path_to_all_single_images"):
|
|
24 |
img2_name = os.path.join(prefix,img_paths[1])
|
25 |
return img1_name,img2_name
|
26 |
```
|
27 |
-
# The
|
28 |
|
29 |
1. all_single_images: all of the single images used
|
30 |
2. llvisionqa_compare_dev: the concatenated images for the dev subset of the perception-compare task
|
|
|
24 |
img2_name = os.path.join(prefix,img_paths[1])
|
25 |
return img1_name,img2_name
|
26 |
```
|
27 |
+
# The file structure is:
|
28 |
|
29 |
1. all_single_images: all of the single images used
|
30 |
2. llvisionqa_compare_dev: the concatenated images for the dev subset of the perception-compare task
|