add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -20,6 +20,43 @@ paperswithcode_id: cppe-5
|
|
| 20 |
pretty_name: CPPE - 5
|
| 21 |
tags:
|
| 22 |
- medical-personal-protective-equipment-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Dataset Card for CPPE - 5
|
|
|
|
| 20 |
pretty_name: CPPE - 5
|
| 21 |
tags:
|
| 22 |
- medical-personal-protective-equipment-detection
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: image_id
|
| 26 |
+
dtype: int64
|
| 27 |
+
- name: image
|
| 28 |
+
dtype: image
|
| 29 |
+
- name: width
|
| 30 |
+
dtype: int32
|
| 31 |
+
- name: height
|
| 32 |
+
dtype: int32
|
| 33 |
+
- name: objects
|
| 34 |
+
sequence:
|
| 35 |
+
- name: id
|
| 36 |
+
dtype: int64
|
| 37 |
+
- name: area
|
| 38 |
+
dtype: int64
|
| 39 |
+
- name: bbox
|
| 40 |
+
sequence: float32
|
| 41 |
+
length: 4
|
| 42 |
+
- name: category
|
| 43 |
+
dtype:
|
| 44 |
+
class_label:
|
| 45 |
+
names:
|
| 46 |
+
0: Coverall
|
| 47 |
+
1: Face_Shield
|
| 48 |
+
2: Gloves
|
| 49 |
+
3: Goggles
|
| 50 |
+
4: Mask
|
| 51 |
+
splits:
|
| 52 |
+
- name: test
|
| 53 |
+
num_bytes: 4172739
|
| 54 |
+
num_examples: 29
|
| 55 |
+
- name: train
|
| 56 |
+
num_bytes: 240481281
|
| 57 |
+
num_examples: 1000
|
| 58 |
+
download_size: 238482705
|
| 59 |
+
dataset_size: 244654020
|
| 60 |
---
|
| 61 |
|
| 62 |
# Dataset Card for CPPE - 5
|