Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,13 +14,92 @@ size_categories:
|
|
14 |
|
15 |
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
|
16 |
|
17 |
-
## Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
### Dataset Description
|
20 |
|
21 |
<!-- Provide a longer summary of what this dataset is. -->
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
- **Curated by:** [More Information Needed]
|
26 |
- **Funded by [optional]:** [More Information Needed]
|
|
|
14 |
|
15 |
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
|
16 |
|
17 |
+
## Dataset Statistics
|
18 |
+
### Training Data Statistics
|
19 |
+
|
20 |
+
| Dataset | Total | COCO | ADE |
|
21 |
+
| --- | --- | --- | --- |
|
22 |
+
| Wild | 1539 | 732 | 807 |
|
23 |
+
| Hom. | 312 | 168 | 144 |
|
24 |
+
| Het. | 400 | 200 | 200 |
|
25 |
+
| Adv. | 168 | 54 | 114 |
|
26 |
+
|
27 |
+
### Validation Data Statistics
|
28 |
+
|
29 |
+
| Dataset | Total | COCO | ADE |
|
30 |
+
| --- | --- | --- | --- |
|
31 |
+
| Wild | 1172 | 547 | 625 |
|
32 |
+
| Het. | 246 | 76 | 170 |
|
33 |
+
| Hom. | 490 | 289 | 201 |
|
34 |
+
| Adv. | 334 | 170 | 164 |
|
35 |
|
36 |
### Dataset Description
|
37 |
|
38 |
<!-- Provide a longer summary of what this dataset is. -->
|
39 |
|
40 |
+
features:
|
41 |
+
- name: folder
|
42 |
+
dtype: string
|
43 |
+
- name: filename
|
44 |
+
dtype: string
|
45 |
+
- name: source
|
46 |
+
dtype: struct
|
47 |
+
fields:
|
48 |
+
- name: database
|
49 |
+
dtype: string
|
50 |
+
- name: image_id
|
51 |
+
dtype: string
|
52 |
+
- name: coco_id
|
53 |
+
dtype: string
|
54 |
+
- name: flickr_id
|
55 |
+
dtype: string
|
56 |
+
- name: size
|
57 |
+
dtype: struct
|
58 |
+
fields:
|
59 |
+
- name: width
|
60 |
+
dtype: int32
|
61 |
+
- name: height
|
62 |
+
dtype: int32
|
63 |
+
- name: depth
|
64 |
+
dtype: int32
|
65 |
+
- name: segmented
|
66 |
+
dtype: int32
|
67 |
+
- name: objects
|
68 |
+
dtype: list
|
69 |
+
item:
|
70 |
+
dtype: struct
|
71 |
+
fields:
|
72 |
+
- name: name
|
73 |
+
dtype: string
|
74 |
+
- name: object_id
|
75 |
+
dtype: string
|
76 |
+
- name: difficult
|
77 |
+
dtype: int32
|
78 |
+
- name: bndbox
|
79 |
+
dtype: struct
|
80 |
+
fields:
|
81 |
+
- name: xmin
|
82 |
+
dtype: int32
|
83 |
+
- name: ymin
|
84 |
+
dtype: int32
|
85 |
+
- name: xmax
|
86 |
+
dtype: int32
|
87 |
+
- name: ymax
|
88 |
+
dtype: int32
|
89 |
+
- name: area
|
90 |
+
dtype: int32
|
91 |
+
- name: bbox_number
|
92 |
+
dtype: int32
|
93 |
+
- name: relations
|
94 |
+
dtype: list
|
95 |
+
item:
|
96 |
+
dtype: string
|
97 |
+
- name: object_set
|
98 |
+
dtype: list
|
99 |
+
item:
|
100 |
+
dtype: string
|
101 |
+
- name: data_source
|
102 |
+
dtype: string
|
103 |
|
104 |
- **Curated by:** [More Information Needed]
|
105 |
- **Funded by [optional]:** [More Information Needed]
|