Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
License:
Update dataset_infos.json
Browse files- dataset_infos.json +46 -18
dataset_infos.json
CHANGED
@@ -1,18 +1,46 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
{
|
3 |
+
"full_size": {
|
4 |
+
"description": "pets is a dataset of images of pets (cats, dogs & rabbits) taken from web. It consists of 3 classes: 3. Data was annotated\nby myself.",
|
5 |
+
"homepage": "https://github.com/fastai/imagenette",
|
6 |
+
"license": "MIT",
|
7 |
+
"features": {
|
8 |
+
"image": {
|
9 |
+
"decode": true,
|
10 |
+
"id": null,
|
11 |
+
"_type": "Image"
|
12 |
+
},
|
13 |
+
"label": {
|
14 |
+
"num_classes": 3,
|
15 |
+
"names": ["cat", "dog", "rabbit"],
|
16 |
+
"id": null,
|
17 |
+
"_type": "ClassLabel"
|
18 |
+
}
|
19 |
+
},
|
20 |
+
"post_processed": null,
|
21 |
+
"supervised_keys": null,
|
22 |
+
"task_templates": null,
|
23 |
+
"builder_name": "pets",
|
24 |
+
"config_name": "default",
|
25 |
+
"version": {
|
26 |
+
"version_str": "1.0.0",
|
27 |
+
"description": null,
|
28 |
+
"major": 1,
|
29 |
+
"minor": 0,
|
30 |
+
"patch": 0
|
31 |
+
},
|
32 |
+
"splits": {
|
33 |
+
"train": {
|
34 |
+
"name": "train",
|
35 |
+
"MB": 20.4,
|
36 |
+
"num_examples": 900,
|
37 |
+
"dataset_name": "pets"
|
38 |
+
},
|
39 |
+
"test": {
|
40 |
+
"name": "validation",
|
41 |
+
"MB": 3.29,
|
42 |
+
"num_examples": 150,
|
43 |
+
"dataset_name": "pets"
|
44 |
+
}
|
45 |
+
}
|
46 |
+
}
|