Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +9 -17
dataset_infos.json
CHANGED
|
@@ -1,16 +1,13 @@
|
|
| 1 |
-
{"
|
| 2 |
"description": "Pictures of objects belonging to 101 categories. \nAbout 40 to 800 images per category. \nMost categories have about 50 images. \nCollected in September 2003 by Fei-Fei Li, Marco Andreetto, and Marc'Aurelio Ranzato. \nThe size of each image is roughly 300 x 200 pixels. \n",
|
| 3 |
"citation": "@article{FeiFei2004LearningGV,\n title={Learning Generative Visual Models from Few Training Examples: An Incremental Bayesian Approach Tested on 101 Object Categories},\n author={Li Fei-Fei and Rob Fergus and Pietro Perona},\n journal={Computer Vision and Pattern Recognition Workshop},\n year={2004},\n}\n",
|
| 4 |
"homepage": "https://data.caltech.edu/records/20086",
|
| 5 |
"license": "CC BY 4.0",
|
| 6 |
"features": {
|
| 7 |
"image": {
|
| 8 |
-
"decode": true,
|
| 9 |
-
"id": null,
|
| 10 |
"_type": "Image"
|
| 11 |
},
|
| 12 |
"label": {
|
| 13 |
-
"num_classes": 102,
|
| 14 |
"names": [
|
| 15 |
"accordion",
|
| 16 |
"airplanes",
|
|
@@ -115,7 +112,6 @@
|
|
| 115 |
"wrench",
|
| 116 |
"yin yang"
|
| 117 |
],
|
| 118 |
-
"id": null,
|
| 119 |
"_type": "ClassLabel"
|
| 120 |
},
|
| 121 |
"annotation": {
|
|
@@ -125,7 +121,6 @@
|
|
| 125 |
null
|
| 126 |
],
|
| 127 |
"dtype": "float64",
|
| 128 |
-
"id": null,
|
| 129 |
"_type": "Array2D"
|
| 130 |
},
|
| 131 |
"box_coord": {
|
|
@@ -134,19 +129,18 @@
|
|
| 134 |
4
|
| 135 |
],
|
| 136 |
"dtype": "int64",
|
| 137 |
-
"id": null,
|
| 138 |
"_type": "Array2D"
|
| 139 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
}
|
| 141 |
},
|
| 142 |
-
"post_processed": null,
|
| 143 |
-
"supervised_keys": null,
|
| 144 |
-
"task_templates": null,
|
| 145 |
"builder_name": "caltech-101",
|
| 146 |
"config_name": "without_background_category",
|
| 147 |
"version": {
|
| 148 |
"version_str": "1.0.0",
|
| 149 |
-
"description": null,
|
| 150 |
"major": 1,
|
| 151 |
"minor": 0,
|
| 152 |
"patch": 0
|
|
@@ -154,14 +148,12 @@
|
|
| 154 |
"splits": {
|
| 155 |
"train": {
|
| 156 |
"name": "train",
|
| 157 |
-
"num_bytes":
|
| 158 |
"num_examples": 3030,
|
| 159 |
"dataset_name": "Caltech101_not_background_train"
|
| 160 |
}
|
| 161 |
},
|
| 162 |
-
"
|
| 163 |
-
"
|
| 164 |
-
"
|
| 165 |
-
"dataset_size": 41612015.16,
|
| 166 |
-
"size_in_bytes": 41612015.16
|
| 167 |
}}
|
|
|
|
| 1 |
+
{"default": {
|
| 2 |
"description": "Pictures of objects belonging to 101 categories. \nAbout 40 to 800 images per category. \nMost categories have about 50 images. \nCollected in September 2003 by Fei-Fei Li, Marco Andreetto, and Marc'Aurelio Ranzato. \nThe size of each image is roughly 300 x 200 pixels. \n",
|
| 3 |
"citation": "@article{FeiFei2004LearningGV,\n title={Learning Generative Visual Models from Few Training Examples: An Incremental Bayesian Approach Tested on 101 Object Categories},\n author={Li Fei-Fei and Rob Fergus and Pietro Perona},\n journal={Computer Vision and Pattern Recognition Workshop},\n year={2004},\n}\n",
|
| 4 |
"homepage": "https://data.caltech.edu/records/20086",
|
| 5 |
"license": "CC BY 4.0",
|
| 6 |
"features": {
|
| 7 |
"image": {
|
|
|
|
|
|
|
| 8 |
"_type": "Image"
|
| 9 |
},
|
| 10 |
"label": {
|
|
|
|
| 11 |
"names": [
|
| 12 |
"accordion",
|
| 13 |
"airplanes",
|
|
|
|
| 112 |
"wrench",
|
| 113 |
"yin yang"
|
| 114 |
],
|
|
|
|
| 115 |
"_type": "ClassLabel"
|
| 116 |
},
|
| 117 |
"annotation": {
|
|
|
|
| 121 |
null
|
| 122 |
],
|
| 123 |
"dtype": "float64",
|
|
|
|
| 124 |
"_type": "Array2D"
|
| 125 |
},
|
| 126 |
"box_coord": {
|
|
|
|
| 129 |
4
|
| 130 |
],
|
| 131 |
"dtype": "int64",
|
|
|
|
| 132 |
"_type": "Array2D"
|
| 133 |
}
|
| 134 |
+
},
|
| 135 |
+
"id": {
|
| 136 |
+
"dtype": "int64",
|
| 137 |
+
"_type": "Value"
|
| 138 |
}
|
| 139 |
},
|
|
|
|
|
|
|
|
|
|
| 140 |
"builder_name": "caltech-101",
|
| 141 |
"config_name": "without_background_category",
|
| 142 |
"version": {
|
| 143 |
"version_str": "1.0.0",
|
|
|
|
| 144 |
"major": 1,
|
| 145 |
"minor": 0,
|
| 146 |
"patch": 0
|
|
|
|
| 148 |
"splits": {
|
| 149 |
"train": {
|
| 150 |
"name": "train",
|
| 151 |
+
"num_bytes": 46205755.5,
|
| 152 |
"num_examples": 3030,
|
| 153 |
"dataset_name": "Caltech101_not_background_train"
|
| 154 |
}
|
| 155 |
},
|
| 156 |
+
"download_size": 45523061,
|
| 157 |
+
"dataset_size": 46205755.5,
|
| 158 |
+
"size_in_bytes": 91728816.5
|
|
|
|
|
|
|
| 159 |
}}
|