Upload dataset
Browse files- README.md +39 -0
- section_03/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -70,6 +70,41 @@ dataset_info:
|
|
| 70 |
num_examples: 125
|
| 71 |
download_size: 31023181
|
| 72 |
dataset_size: 31261402
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
configs:
|
| 74 |
- config_name: section_01
|
| 75 |
data_files:
|
|
@@ -79,4 +114,8 @@ configs:
|
|
| 79 |
data_files:
|
| 80 |
- split: train
|
| 81 |
path: section_02/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
---
|
|
|
|
| 70 |
num_examples: 125
|
| 71 |
download_size: 31023181
|
| 72 |
dataset_size: 31261402
|
| 73 |
+
- config_name: section_03
|
| 74 |
+
features:
|
| 75 |
+
- name: image_id
|
| 76 |
+
dtype: int64
|
| 77 |
+
- name: image
|
| 78 |
+
dtype: image
|
| 79 |
+
- name: width
|
| 80 |
+
dtype: int32
|
| 81 |
+
- name: height
|
| 82 |
+
dtype: int32
|
| 83 |
+
- name: objects
|
| 84 |
+
struct:
|
| 85 |
+
- name: id
|
| 86 |
+
list: int64
|
| 87 |
+
- name: area
|
| 88 |
+
list: int64
|
| 89 |
+
- name: bbox
|
| 90 |
+
list:
|
| 91 |
+
list: float32
|
| 92 |
+
length: 4
|
| 93 |
+
- name: category
|
| 94 |
+
list:
|
| 95 |
+
class_label:
|
| 96 |
+
names:
|
| 97 |
+
'0': Coverall
|
| 98 |
+
'1': Face_Shield
|
| 99 |
+
'2': Gloves
|
| 100 |
+
'3': Goggles
|
| 101 |
+
'4': Mask
|
| 102 |
+
splits:
|
| 103 |
+
- name: train
|
| 104 |
+
num_bytes: 24228200
|
| 105 |
+
num_examples: 125
|
| 106 |
+
download_size: 23272194
|
| 107 |
+
dataset_size: 24228200
|
| 108 |
configs:
|
| 109 |
- config_name: section_01
|
| 110 |
data_files:
|
|
|
|
| 114 |
data_files:
|
| 115 |
- split: train
|
| 116 |
path: section_02/train-*
|
| 117 |
+
- config_name: section_03
|
| 118 |
+
data_files:
|
| 119 |
+
- split: train
|
| 120 |
+
path: section_03/train-*
|
| 121 |
---
|
section_03/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9c9de733fbcb4e3cec034b5aa27136e0f129440c8c044a26f6c1617b01bc823
|
| 3 |
+
size 23272194
|