pets / dataset_infos.json
rokmr's picture
Update dataset_infos.json
9e59977
raw
history blame
1.09 kB
{
"full_size": {
"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.",
"homepage": "https://github.com/fastai/imagenette",
"license": "MIT",
"features": {
"image": {
"decode": true,
"id": null,
"_type": "Image"
},
"label": {
"num_classes": 3,
"names": ["cat", "dog", "rabbit"],
"id": null,
"_type": "ClassLabel"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": "pets",
"config_name": "default",
"version": {
"version_str": "1.0.0",
"description": null,
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"MB": 20.4,
"num_examples": 900,
"dataset_name": "pets"
},
"test": {
"name": "validation",
"MB": 3.29,
"num_examples": 150,
"dataset_name": "pets"
}
}
}