will33am commited on
Commit
a5ddf9b
1 Parent(s): 02a59b7

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +91 -0
dataset_infos.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"Multimodal-Fatima--OxfordPets_train": {
2
+ "description": "37 category pet dataset with roughly 200 images for each class. The images have a large variations in scale, pose and lighting. All images have an associated ground truth annotation of breed, head ROI, and pixel level trimap segmentation.\n",
3
+ "citation": "@InProceedings{parkhi12a,\n author = \"Parkhi, O. M. and Vedaldi, A. and Zisserman, A. and Jawahar, C.~V.\",\n title = \"Cats and Dogs\",\n booktitle = \"IEEE Conference on Computer Vision and Pattern Recognition\",\n year = \"2012\",\n}\n\n",
4
+ "homepage": "https://www.robots.ox.ac.uk/~vgg/data/pets/",
5
+ "license": "CC BY-SA 4.0",
6
+ "features": {
7
+ "image": {
8
+ "decode": true,
9
+ "id": null,
10
+ "_type": "Image"
11
+ },
12
+ "label": {
13
+ "num_classes": 37,
14
+ "names": [
15
+ "abyssinian",
16
+ "american bulldog",
17
+ "american pit bull terrier",
18
+ "basset hound",
19
+ "beagle",
20
+ "bengal",
21
+ "birman",
22
+ "bombay",
23
+ "boxer",
24
+ "british shorthair",
25
+ "chihuahua",
26
+ "egyptian mau",
27
+ "english cocker spaniel",
28
+ "english setter",
29
+ "german shorthaired",
30
+ "great pyrenees",
31
+ "havanese",
32
+ "japanese chin",
33
+ "keeshond",
34
+ "leonberger",
35
+ "maine coon",
36
+ "miniature pinscher",
37
+ "newfoundland",
38
+ "persian",
39
+ "pomeranian",
40
+ "pug",
41
+ "ragdoll",
42
+ "russian blue",
43
+ "saint bernard",
44
+ "samoyed",
45
+ "scottish terrier",
46
+ "shiba inu",
47
+ "siamese",
48
+ "sphynx",
49
+ "staffordshire bull terrier",
50
+ "wheaten terrier",
51
+ "yorkshire terrier"
52
+ ],
53
+ "id": null,
54
+ "_type": "ClassLabel"
55
+ },
56
+ "species": {
57
+ "num_classes": 2,
58
+ "names": [
59
+ "Cat",
60
+ "Dog"
61
+ ],
62
+ "id": null,
63
+ "_type": "ClassLabel"
64
+ }
65
+ },
66
+ "post_processed": null,
67
+ "supervised_keys": null,
68
+ "task_templates": null,
69
+ "builder_name": "oxford-iiit-pet",
70
+ "config_name": "default",
71
+ "version": {
72
+ "version_str": "1.0.0",
73
+ "description": null,
74
+ "major": 1,
75
+ "minor": 0,
76
+ "patch": 0
77
+ },
78
+ "splits": {
79
+ "train": {
80
+ "name": "train",
81
+ "num_bytes": 389008129.0,
82
+ "num_examples": 3680,
83
+ "dataset_name": "OxfordPets_train"
84
+ }
85
+ },
86
+ "download_checksums": null,
87
+ "download_size": 377517101,
88
+ "post_processing_size": null,
89
+ "dataset_size": 389008129.0,
90
+ "size_in_bytes": 766525230.0
91
+ }}