Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
License:
albertvillanova HF staff commited on
Commit
8dfb0eb
1 Parent(s): 4d1d3ae

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -50,13 +50,20 @@ dataset_info:
50
  '4': Mask
51
  splits:
52
  - name: train
53
- num_bytes: 240481257
54
  num_examples: 1000
55
  - name: test
56
- num_bytes: 4172715
57
  num_examples: 29
58
- download_size: 238482705
59
- dataset_size: 244653972
 
 
 
 
 
 
 
60
  ---
61
 
62
  # Dataset Card for CPPE - 5
50
  '4': Mask
51
  splits:
52
  - name: train
53
+ num_bytes: 240463364.0
54
  num_examples: 1000
55
  - name: test
56
+ num_bytes: 4172164.0
57
  num_examples: 29
58
+ download_size: 241152653
59
+ dataset_size: 244635528.0
60
+ configs:
61
+ - config_name: default
62
+ data_files:
63
+ - split: train
64
+ path: data/train-*
65
+ - split: test
66
+ path: data/test-*
67
  ---
68
 
69
  # Dataset Card for CPPE - 5
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba7343d525f53dab1e84e0c5a86087960cb739e697b74d60b84bd28253e84740
3
+ size 4137134
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65f603cc9b482a529496acf0018b93590243d3cfc15b40e6e858dde8284dadd6
3
+ size 237015519
dataset_infos.json CHANGED
@@ -1 +1,82 @@
1
- {"default": {"description": "CPPE - 5 (Medical Personal Protective Equipment) is a new challenging dataset with the goal\nto allow the study of subordinate categorization of medical personal protective equipments,\nwhich is not possible with other popular data sets that focus on broad level categories.\n", "citation": "@misc{dagli2021cppe5,\n title={CPPE-5: Medical Personal Protective Equipment Dataset},\n author={Rishit Dagli and Ali Mustufa Shaikh},\n year={2021},\n eprint={2112.09569},\n archivePrefix={arXiv},\n primaryClass={cs.CV}\n}\n", "homepage": "https://sites.google.com/view/cppe5", "license": "Unknown", "features": {"image_id": {"dtype": "int64", "id": null, "_type": "Value"}, "image": {"id": null, "_type": "Image"}, "width": {"dtype": "int32", "id": null, "_type": "Value"}, "height": {"dtype": "int32", "id": null, "_type": "Value"}, "objects": {"feature": {"id": {"dtype": "int64", "id": null, "_type": "Value"}, "area": {"dtype": "int64", "id": null, "_type": "Value"}, "bbox": {"feature": {"dtype": "float32", "id": null, "_type": "Value"}, "length": 4, "id": null, "_type": "Sequence"}, "category": {"num_classes": 5, "names": ["Coverall", "Face_Shield", "Gloves", "Goggles", "Mask"], "names_file": null, "id": null, "_type": "ClassLabel"}}, "length": -1, "id": null, "_type": "Sequence"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "cppe5", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 240481281, "num_examples": 1000, "dataset_name": "cppe5"}, "test": {"name": "test", "num_bytes": 4172739, "num_examples": 29, "dataset_name": "cppe5"}}, "download_checksums": {"https://drive.google.com/uc?id=1MGnaAfbckUmigGUvihz7uiHGC6rBIbvr": {"num_bytes": 238482705, "checksum": "1151086e59fcb87825ecf4d362847a3f023ba69e7ace0f513d5aadc0e3dd3094"}}, "download_size": 238482705, "post_processing_size": null, "dataset_size": 244654020, "size_in_bytes": 483136725}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "CPPE - 5 (Medical Personal Protective Equipment) is a new challenging dataset with the goal\nto allow the study of subordinate categorization of medical personal protective equipments,\nwhich is not possible with other popular data sets that focus on broad level categories.\n",
4
+ "citation": "@misc{dagli2021cppe5,\n title={CPPE-5: Medical Personal Protective Equipment Dataset},\n author={Rishit Dagli and Ali Mustufa Shaikh},\n year={2021},\n eprint={2112.09569},\n archivePrefix={arXiv},\n primaryClass={cs.CV}\n}\n",
5
+ "homepage": "https://sites.google.com/view/cppe5",
6
+ "license": "Unknown",
7
+ "features": {
8
+ "image_id": {
9
+ "dtype": "int64",
10
+ "_type": "Value"
11
+ },
12
+ "image": {
13
+ "_type": "Image"
14
+ },
15
+ "width": {
16
+ "dtype": "int32",
17
+ "_type": "Value"
18
+ },
19
+ "height": {
20
+ "dtype": "int32",
21
+ "_type": "Value"
22
+ },
23
+ "objects": {
24
+ "feature": {
25
+ "id": {
26
+ "dtype": "int64",
27
+ "_type": "Value"
28
+ },
29
+ "area": {
30
+ "dtype": "int64",
31
+ "_type": "Value"
32
+ },
33
+ "bbox": {
34
+ "feature": {
35
+ "dtype": "float32",
36
+ "_type": "Value"
37
+ },
38
+ "length": 4,
39
+ "_type": "Sequence"
40
+ },
41
+ "category": {
42
+ "names": [
43
+ "Coverall",
44
+ "Face_Shield",
45
+ "Gloves",
46
+ "Goggles",
47
+ "Mask"
48
+ ],
49
+ "_type": "ClassLabel"
50
+ }
51
+ },
52
+ "_type": "Sequence"
53
+ }
54
+ },
55
+ "builder_name": "cppe-5",
56
+ "dataset_name": "cppe-5",
57
+ "config_name": "default",
58
+ "version": {
59
+ "version_str": "1.0.0",
60
+ "major": 1,
61
+ "minor": 0,
62
+ "patch": 0
63
+ },
64
+ "splits": {
65
+ "train": {
66
+ "name": "train",
67
+ "num_bytes": 240463364.0,
68
+ "num_examples": 1000,
69
+ "dataset_name": null
70
+ },
71
+ "test": {
72
+ "name": "test",
73
+ "num_bytes": 4172164.0,
74
+ "num_examples": 29,
75
+ "dataset_name": null
76
+ }
77
+ },
78
+ "download_size": 241152653,
79
+ "dataset_size": 244635528.0,
80
+ "size_in_bytes": 485788181.0
81
+ }
82
+ }