Update README.md
Browse files
README.md
CHANGED
@@ -58,24 +58,29 @@ Then, simply specify the correct file path in the configuration file used by you
|
|
58 |
│ └── frames/
|
59 |
│ ├── video_cls/
|
60 |
│ │ ├── UCF101/
|
61 |
-
│ │ │ └── video_1/
|
62 |
-
│ │ │ ├── frame1.png
|
63 |
│ │ │ ├── frame2.png
|
64 |
│ │ │ └── ...
|
65 |
│ │ ├── HMDB51/
|
66 |
│ │ ├── Breakfast/
|
67 |
-
│ │ └── ...
|
68 |
│ ├── video_qa/
|
69 |
-
│ │ └── ...
|
70 |
│ ├── video_ret/
|
71 |
-
│ │ └── ...
|
72 |
│ └── video_mret/
|
73 |
-
│ └── ...
|
74 |
├── image-tasks/
|
75 |
│ ├── mmeb_v1/
|
76 |
-
│ │
|
|
|
|
|
|
|
|
|
|
|
77 |
│ └── visdoc/
|
78 |
-
│ └── ...
|
79 |
|
80 |
|
81 |
```
|
|
|
58 |
│ └── frames/
|
59 |
│ ├── video_cls/
|
60 |
│ │ ├── UCF101/
|
61 |
+
│ │ │ └── video_1/ # video ID
|
62 |
+
│ │ │ ├── frame1.png # frame from video_1
|
63 |
│ │ │ ├── frame2.png
|
64 |
│ │ │ └── ...
|
65 |
│ │ ├── HMDB51/
|
66 |
│ │ ├── Breakfast/
|
67 |
+
│ │ └── ... # other datasets from video classification category
|
68 |
│ ├── video_qa/
|
69 |
+
│ │ └── ... # video QA datasets
|
70 |
│ ├── video_ret/
|
71 |
+
│ │ └── ... # video retrieval datasets
|
72 |
│ └── video_mret/
|
73 |
+
│ └── ... # moment retrieval datasets
|
74 |
├── image-tasks/
|
75 |
│ ├── mmeb_v1/
|
76 |
+
│ │ ├── OK-VQA/
|
77 |
+
│ │ │ ├── image1.png
|
78 |
+
│ │ │ ├── image2.png
|
79 |
+
│ │ │ └── ...
|
80 |
+
│ │ ├── ImageNet-1K/
|
81 |
+
│ │ └── ... # other datasets from MMEB-V1 category
|
82 |
│ └── visdoc/
|
83 |
+
│ └── ... # visual document retrieval datasets
|
84 |
|
85 |
|
86 |
```
|