Upload dataset
Browse files- README.md +39 -0
- section_07/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -210,6 +210,41 @@ dataset_info:
|
|
| 210 |
num_examples: 125
|
| 211 |
download_size: 38008653
|
| 212 |
dataset_size: 39021469
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 213 |
configs:
|
| 214 |
- config_name: section_01
|
| 215 |
data_files:
|
|
@@ -235,4 +270,8 @@ configs:
|
|
| 235 |
data_files:
|
| 236 |
- split: train
|
| 237 |
path: section_06/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
---
|
|
|
|
| 210 |
num_examples: 125
|
| 211 |
download_size: 38008653
|
| 212 |
dataset_size: 39021469
|
| 213 |
+
- config_name: section_07
|
| 214 |
+
features:
|
| 215 |
+
- name: image_id
|
| 216 |
+
dtype: int64
|
| 217 |
+
- name: image
|
| 218 |
+
dtype: image
|
| 219 |
+
- name: width
|
| 220 |
+
dtype: int32
|
| 221 |
+
- name: height
|
| 222 |
+
dtype: int32
|
| 223 |
+
- name: objects
|
| 224 |
+
struct:
|
| 225 |
+
- name: id
|
| 226 |
+
list: int64
|
| 227 |
+
- name: area
|
| 228 |
+
list: int64
|
| 229 |
+
- name: bbox
|
| 230 |
+
list:
|
| 231 |
+
list: float32
|
| 232 |
+
length: 4
|
| 233 |
+
- name: category
|
| 234 |
+
list:
|
| 235 |
+
class_label:
|
| 236 |
+
names:
|
| 237 |
+
'0': Coverall
|
| 238 |
+
'1': Face_Shield
|
| 239 |
+
'2': Gloves
|
| 240 |
+
'3': Goggles
|
| 241 |
+
'4': Mask
|
| 242 |
+
splits:
|
| 243 |
+
- name: train
|
| 244 |
+
num_bytes: 12417654
|
| 245 |
+
num_examples: 125
|
| 246 |
+
download_size: 12182342
|
| 247 |
+
dataset_size: 12417654
|
| 248 |
configs:
|
| 249 |
- config_name: section_01
|
| 250 |
data_files:
|
|
|
|
| 270 |
data_files:
|
| 271 |
- split: train
|
| 272 |
path: section_06/train-*
|
| 273 |
+
- config_name: section_07
|
| 274 |
+
data_files:
|
| 275 |
+
- split: train
|
| 276 |
+
path: section_07/train-*
|
| 277 |
---
|
section_07/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a7094ef3222312ec569740eb039b26b50c8e2eae644f782d616334fd64bdf03
|
| 3 |
+
size 12182342
|