Upload dataset
Browse files- README.md +39 -0
- section_04/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -105,6 +105,41 @@ dataset_info:
|
|
| 105 |
num_examples: 125
|
| 106 |
download_size: 23272194
|
| 107 |
dataset_size: 24228200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
configs:
|
| 109 |
- config_name: section_01
|
| 110 |
data_files:
|
|
@@ -118,4 +153,8 @@ configs:
|
|
| 118 |
data_files:
|
| 119 |
- split: train
|
| 120 |
path: section_03/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 121 |
---
|
|
|
|
| 105 |
num_examples: 125
|
| 106 |
download_size: 23272194
|
| 107 |
dataset_size: 24228200
|
| 108 |
+
- config_name: section_04
|
| 109 |
+
features:
|
| 110 |
+
- name: image_id
|
| 111 |
+
dtype: int64
|
| 112 |
+
- name: image
|
| 113 |
+
dtype: image
|
| 114 |
+
- name: width
|
| 115 |
+
dtype: int32
|
| 116 |
+
- name: height
|
| 117 |
+
dtype: int32
|
| 118 |
+
- name: objects
|
| 119 |
+
struct:
|
| 120 |
+
- name: id
|
| 121 |
+
list: int64
|
| 122 |
+
- name: area
|
| 123 |
+
list: int64
|
| 124 |
+
- name: bbox
|
| 125 |
+
list:
|
| 126 |
+
list: float32
|
| 127 |
+
length: 4
|
| 128 |
+
- name: category
|
| 129 |
+
list:
|
| 130 |
+
class_label:
|
| 131 |
+
names:
|
| 132 |
+
'0': Coverall
|
| 133 |
+
'1': Face_Shield
|
| 134 |
+
'2': Gloves
|
| 135 |
+
'3': Goggles
|
| 136 |
+
'4': Mask
|
| 137 |
+
splits:
|
| 138 |
+
- name: train
|
| 139 |
+
num_bytes: 47871346
|
| 140 |
+
num_examples: 125
|
| 141 |
+
download_size: 47534908
|
| 142 |
+
dataset_size: 47871346
|
| 143 |
configs:
|
| 144 |
- config_name: section_01
|
| 145 |
data_files:
|
|
|
|
| 153 |
data_files:
|
| 154 |
- split: train
|
| 155 |
path: section_03/train-*
|
| 156 |
+
- config_name: section_04
|
| 157 |
+
data_files:
|
| 158 |
+
- split: train
|
| 159 |
+
path: section_04/train-*
|
| 160 |
---
|
section_04/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80a0a9ac21ae57e983c8a845e4e9799d5436ebd5e26a6d259ef7e20165754b10
|
| 3 |
+
size 47534908
|