Upload dataset
Browse files- README.md +39 -0
- section_06/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -175,6 +175,41 @@ dataset_info:
|
|
| 175 |
num_examples: 125
|
| 176 |
download_size: 19449999
|
| 177 |
dataset_size: 19718569
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 178 |
configs:
|
| 179 |
- config_name: section_01
|
| 180 |
data_files:
|
|
@@ -196,4 +231,8 @@ configs:
|
|
| 196 |
data_files:
|
| 197 |
- split: train
|
| 198 |
path: section_05/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 199 |
---
|
|
|
|
| 175 |
num_examples: 125
|
| 176 |
download_size: 19449999
|
| 177 |
dataset_size: 19718569
|
| 178 |
+
- config_name: section_06
|
| 179 |
+
features:
|
| 180 |
+
- name: image_id
|
| 181 |
+
dtype: int64
|
| 182 |
+
- name: image
|
| 183 |
+
dtype: image
|
| 184 |
+
- name: width
|
| 185 |
+
dtype: int32
|
| 186 |
+
- name: height
|
| 187 |
+
dtype: int32
|
| 188 |
+
- name: objects
|
| 189 |
+
struct:
|
| 190 |
+
- name: id
|
| 191 |
+
list: int64
|
| 192 |
+
- name: area
|
| 193 |
+
list: int64
|
| 194 |
+
- name: bbox
|
| 195 |
+
list:
|
| 196 |
+
list: float32
|
| 197 |
+
length: 4
|
| 198 |
+
- name: category
|
| 199 |
+
list:
|
| 200 |
+
class_label:
|
| 201 |
+
names:
|
| 202 |
+
'0': Coverall
|
| 203 |
+
'1': Face_Shield
|
| 204 |
+
'2': Gloves
|
| 205 |
+
'3': Goggles
|
| 206 |
+
'4': Mask
|
| 207 |
+
splits:
|
| 208 |
+
- name: train
|
| 209 |
+
num_bytes: 39021469
|
| 210 |
+
num_examples: 125
|
| 211 |
+
download_size: 38008653
|
| 212 |
+
dataset_size: 39021469
|
| 213 |
configs:
|
| 214 |
- config_name: section_01
|
| 215 |
data_files:
|
|
|
|
| 231 |
data_files:
|
| 232 |
- split: train
|
| 233 |
path: section_05/train-*
|
| 234 |
+
- config_name: section_06
|
| 235 |
+
data_files:
|
| 236 |
+
- split: train
|
| 237 |
+
path: section_06/train-*
|
| 238 |
---
|
section_06/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92a31f423a0077ba8e2e02f6e2c0b850e53dad0cdba5ab0bccf9bdcc16167261
|
| 3 |
+
size 38008653
|