Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,78 @@ The dataset is divided into several subsets based on the distribution of object
|
|
43 |
| Hom. | 490 | 289 | 201 |
|
44 |
| Adv. | 334 | 170 | 164 |
|
45 |
|
46 |
-
## Dataset Structure
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
<!-- Provide a longer summary of what this dataset is. -->
|
49 |
|
@@ -175,76 +246,7 @@ The dataset is divided into several subsets based on the distribution of object
|
|
175 |
}
|
176 |
|
177 |
```
|
178 |
-
## Dataset File Structure
|
179 |
-
The `ROPE` dataset is structured into training and validation directories, each containing images divided by their object class distributions. Each image directory includes visualizations of bounding boxes (`bbox`) and raw images (`raw`), further categorized into `ADE` and `COCO` sources. The `raw` directory contains the original images, while the `bbox` directory contains the same images with bounding boxes visualized on them.
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
```arduino
|
184 |
-
ROPE/
|
185 |
-
β
|
186 |
-
βββ train/
|
187 |
-
β βββ image/
|
188 |
-
β β βββ AAAAB-images/
|
189 |
-
β β β βββ bbox/
|
190 |
-
β β β β βββ ADE/
|
191 |
-
β β β β βββ COCO/
|
192 |
-
β β β βββ raw/
|
193 |
-
β β β β βββ ADE/
|
194 |
-
β β β β βββ COCO/
|
195 |
-
β β βββ BAAAA-images/
|
196 |
-
β β β βββ bbox/
|
197 |
-
β β β β βββ ADE/
|
198 |
-
β β β β βββ COCO/
|
199 |
-
β β β βββ raw/
|
200 |
-
β β β β βββ ADE/
|
201 |
-
β β β β βββ COCO/
|
202 |
-
β β βββ heterogenous-images/
|
203 |
-
β β β βββ bbox/
|
204 |
-
β β β β βββ ADE/
|
205 |
-
β β β β βββ COCO/
|
206 |
-
β β β βββ raw/
|
207 |
-
β β β β βββ ADE/
|
208 |
-
β β β β βββ COCO/
|
209 |
-
β β βββ homogenous-images/
|
210 |
-
β β β βββ bbox/
|
211 |
-
β β β β βββ ADE/
|
212 |
-
β β β β βββ COCO/
|
213 |
-
β β β βββ raw/
|
214 |
-
β β β β βββ ADE/
|
215 |
-
β β β β βββ COCO/
|
216 |
-
β β βββ mixed-images/
|
217 |
-
β β β βββ bbox/
|
218 |
-
β β β β βββ ADE/
|
219 |
-
β β β β βββ COCO/
|
220 |
-
β β β βββ raw/
|
221 |
-
β β β β βββ ADE/
|
222 |
-
β β β β βββ COCO/
|
223 |
-
β βββ AAAAB_data.json
|
224 |
-
β βββ BAAAA_data.json
|
225 |
-
β βββ merged_heterogenous_data.json
|
226 |
-
β βββ merged_homogenous_data.json
|
227 |
-
β βββ merged_mixed_data.json
|
228 |
-
β
|
229 |
-
βββ validation/ #similar to train part
|
230 |
-
β βββ image/
|
231 |
-
β β βββ AAAAB-images/
|
232 |
-
β β βββ BAAAA-images/
|
233 |
-
β β βββ heterogenous-images/
|
234 |
-
β β βββ homogenous-images/
|
235 |
-
β β βββ mixed-images/
|
236 |
-
β βββ AAAAB_data.json
|
237 |
-
β βββ BAAAA_data.json
|
238 |
-
β βββ merged_heterogenous_data.json
|
239 |
-
β βββ merged_homogenous_data.json
|
240 |
-
β βββ merged_mixed_data.json
|
241 |
-
β
|
242 |
-
βββ .gitattributes
|
243 |
-
βββ README.md
|
244 |
-
βββ train.zip
|
245 |
-
βββ validation.zip
|
246 |
|
247 |
-
```
|
248 |
|
249 |
## Dataset Construction
|
250 |
|
|
|
43 |
| Hom. | 490 | 289 | 201 |
|
44 |
| Adv. | 334 | 170 | 164 |
|
45 |
|
46 |
+
## Dataset File Structure
|
47 |
+
The `ROPE` dataset is structured into training and validation directories, each containing images divided by their object class distributions. Each image directory includes visualizations of bounding boxes (`bbox`) and raw images (`raw`), further categorized into `ADE` and `COCO` sources. The `raw` directory contains the original images, while the `bbox` directory contains the same images with bounding boxes visualized on them.
|
48 |
+
|
49 |
+
|
50 |
+
|
51 |
+
```arduino
|
52 |
+
ROPE/
|
53 |
+
β
|
54 |
+
βββ train/
|
55 |
+
β βββ image/
|
56 |
+
β β βββ AAAAB-images/
|
57 |
+
β β β βββ bbox/
|
58 |
+
β β β β βββ ADE/
|
59 |
+
β β β β βββ COCO/
|
60 |
+
β β β βββ raw/
|
61 |
+
β β β β βββ ADE/
|
62 |
+
β β β β βββ COCO/
|
63 |
+
β β βββ BAAAA-images/
|
64 |
+
β β β βββ bbox/
|
65 |
+
β β β β βββ ADE/
|
66 |
+
β β β β βββ COCO/
|
67 |
+
β β β βββ raw/
|
68 |
+
β β β β βββ ADE/
|
69 |
+
β β β β βββ COCO/
|
70 |
+
β β βββ heterogenous-images/
|
71 |
+
β β β βββ bbox/
|
72 |
+
β β β β βββ ADE/
|
73 |
+
β β β β βββ COCO/
|
74 |
+
β β β βββ raw/
|
75 |
+
β β β β βββ ADE/
|
76 |
+
β β β β βββ COCO/
|
77 |
+
β β βββ homogenous-images/
|
78 |
+
β β β βββ bbox/
|
79 |
+
β β β β βββ ADE/
|
80 |
+
β β β β βββ COCO/
|
81 |
+
β β β βββ raw/
|
82 |
+
β β β β βββ ADE/
|
83 |
+
β β β β βββ COCO/
|
84 |
+
β β βββ mixed-images/
|
85 |
+
β β β βββ bbox/
|
86 |
+
β β β β βββ ADE/
|
87 |
+
β β β β βββ COCO/
|
88 |
+
β β β βββ raw/
|
89 |
+
β β β β βββ ADE/
|
90 |
+
β β β β βββ COCO/
|
91 |
+
β βββ AAAAB_data.json
|
92 |
+
β βββ BAAAA_data.json
|
93 |
+
β βββ merged_heterogenous_data.json
|
94 |
+
β βββ merged_homogenous_data.json
|
95 |
+
β βββ merged_mixed_data.json
|
96 |
+
β
|
97 |
+
βββ validation/ #similar to train part
|
98 |
+
β βββ image/
|
99 |
+
β β βββ AAAAB-images/
|
100 |
+
β β βββ BAAAA-images/
|
101 |
+
β β βββ heterogenous-images/
|
102 |
+
β β βββ homogenous-images/
|
103 |
+
β β βββ mixed-images/
|
104 |
+
β βββ AAAAB_data.json
|
105 |
+
β βββ BAAAA_data.json
|
106 |
+
β βββ merged_heterogenous_data.json
|
107 |
+
β βββ merged_homogenous_data.json
|
108 |
+
β βββ merged_mixed_data.json
|
109 |
+
β
|
110 |
+
βββ .gitattributes
|
111 |
+
βββ README.md
|
112 |
+
βββ train.zip
|
113 |
+
βββ validation.zip
|
114 |
+
|
115 |
+
```
|
116 |
+
|
117 |
+
## Json file Structure
|
118 |
|
119 |
<!-- Provide a longer summary of what this dataset is. -->
|
120 |
|
|
|
246 |
}
|
247 |
|
248 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
|
|
|
250 |
|
251 |
## Dataset Construction
|
252 |
|