will33am commited on
Commit
d661579
1 Parent(s): ef7520a

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +147 -0
dataset_infos.json ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"Multimodal-Fatima--OxfordFlowers_train": {
2
+ "description": "Oxford 102 flower dataset is a 102 category dataset, consisting of 102 flower categories. The flowers chosen to be flower commonly occuring in the United Kingdom. Each class consists of between 40 and 258 images. The details of the categories and the number of images for each class can be found on this category statistics page.\n\nThe images have large scale, pose and light variations. In addition, there are categories that have large variations within the category and several very similar categories. The dataset is visualized using isomap with shape and colour features. \n",
3
+ "citation": "@InProceedings{Nilsback08,\n author = \"Nilsback, M-E. and Zisserman, A.\",\n title = \"Automated Flower Classification over a Large Number of Classes\",\n booktitle = \"Proceedings of the Indian Conference on Computer Vision, Graphics and Image Processing\",\n year = \"2008\",\n month = \"Dec\"\n}\n",
4
+ "homepage": "https://www.robots.ox.ac.uk/~vgg/data/flowers/102/",
5
+ "license": "",
6
+ "features": {
7
+ "image": {
8
+ "decode": true,
9
+ "id": null,
10
+ "_type": "Image"
11
+ },
12
+ "label": {
13
+ "num_classes": 102,
14
+ "names": [
15
+ "pink primrose",
16
+ "hard-leaved pocket orchid",
17
+ "canterbury bells",
18
+ "sweet pea",
19
+ "english marigold",
20
+ "tiger lily",
21
+ "moon orchid",
22
+ "bird of paradise",
23
+ "monkshood",
24
+ "globe thistle",
25
+ "snapdragon",
26
+ "colt's foot",
27
+ "king protea",
28
+ "spear thistle",
29
+ "yellow iris",
30
+ "globe-flower",
31
+ "purple coneflower",
32
+ "peruvian lily",
33
+ "balloon flower",
34
+ "giant white arum lily",
35
+ "fire lily",
36
+ "pincushion flower",
37
+ "fritillary",
38
+ "red ginger",
39
+ "grape hyacinth",
40
+ "corn poppy",
41
+ "prince of wales feathers",
42
+ "stemless gentian",
43
+ "artichoke",
44
+ "sweet william",
45
+ "carnation",
46
+ "garden phlox",
47
+ "love in the mist",
48
+ "mexican aster",
49
+ "alpine sea holly",
50
+ "ruby-lipped cattleya",
51
+ "cape flower",
52
+ "great masterwort",
53
+ "siam tulip",
54
+ "lenten rose",
55
+ "barbeton daisy",
56
+ "daffodil",
57
+ "sword lily",
58
+ "poinsettia",
59
+ "bolero deep blue",
60
+ "wallflower",
61
+ "marigold",
62
+ "buttercup",
63
+ "oxeye daisy",
64
+ "common dandelion",
65
+ "petunia",
66
+ "wild pansy",
67
+ "primula",
68
+ "sunflower",
69
+ "pelargonium",
70
+ "bishop of llandaff",
71
+ "gaura",
72
+ "geranium",
73
+ "orange dahlia",
74
+ "pink-yellow dahlia?",
75
+ "cautleya spicata",
76
+ "japanese anemone",
77
+ "black-eyed susan",
78
+ "silverbush",
79
+ "californian poppy",
80
+ "osteospermum",
81
+ "spring crocus",
82
+ "bearded iris",
83
+ "windflower",
84
+ "tree poppy",
85
+ "gazania",
86
+ "azalea",
87
+ "water lily",
88
+ "rose",
89
+ "thorn apple",
90
+ "morning glory",
91
+ "passion flower",
92
+ "lotus",
93
+ "toad lily",
94
+ "anthurium",
95
+ "frangipani",
96
+ "clematis",
97
+ "hibiscus",
98
+ "columbine",
99
+ "desert-rose",
100
+ "tree mallow",
101
+ "magnolia",
102
+ "cyclamen",
103
+ "watercress",
104
+ "canna lily",
105
+ "hippeastrum",
106
+ "bee balm",
107
+ "ball moss",
108
+ "foxglove",
109
+ "bougainvillea",
110
+ "camellia",
111
+ "mallow",
112
+ "mexican petunia",
113
+ "bromelia",
114
+ "blanket flower",
115
+ "trumpet creeper",
116
+ "blackberry lily"
117
+ ],
118
+ "id": null,
119
+ "_type": "ClassLabel"
120
+ }
121
+ },
122
+ "post_processed": null,
123
+ "supervised_keys": null,
124
+ "task_templates": null,
125
+ "builder_name": "oxford-102-flower",
126
+ "config_name": "default",
127
+ "version": {
128
+ "version_str": "1.0.0",
129
+ "description": null,
130
+ "major": 1,
131
+ "minor": 0,
132
+ "patch": 0
133
+ },
134
+ "splits": {
135
+ "train": {
136
+ "name": "train",
137
+ "num_bytes": 43389484.7,
138
+ "num_examples": 1020,
139
+ "dataset_name": "OxfordFlowers_train"
140
+ }
141
+ },
142
+ "download_checksums": null,
143
+ "download_size": 43391688,
144
+ "post_processing_size": null,
145
+ "dataset_size": 43389484.7,
146
+ "size_in_bytes": 86781172.7
147
+ }}