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
7c19435
1 Parent(s): 3147fe9

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -82
dataset_infos.json DELETED
@@ -1,82 +0,0 @@
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
- }