Datasets:

Modalities:
Image
Languages:
English
Libraries:
Datasets
License:
yifan-Eva commited on
Commit
92f4962
Β·
verified Β·
1 Parent(s): d367ae9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -70
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