Skip to content

Instantly share code, notes, and snippets.

@Eshan-Agarwal
Created April 30, 2020 16:16
Show Gist options
  • Save Eshan-Agarwal/888bed6997a492a711c2eeda718d4bc0 to your computer and use it in GitHub Desktop.
Save Eshan-Agarwal/888bed6997a492a711c2eeda718d4bc0 to your computer and use it in GitHub Desktop.
dataset_info for oxford_flowers102
{
"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}",
"description": "The Oxford Flowers 102 dataset is a consistent of 102 flower categories commonly occurring\nin the United Kingdom. Each class consists of between 40 and 258 images. The images have\nlarge scale, pose and light variations. In addition, there are categories that have large\nvariations within the category and several very similar categories.\n\nThe dataset is divided into a training set, a validation set and a test set.\nThe training set and validation set each consist of 10 images per class (totalling 1020 images each).\nThe test set consists of the remaining 6149 images (minimum 20 per class).",
"downloadSize": "344878000",
"location": {
"urls": [
"https://www.robots.ox.ac.uk/~vgg/data/flowers/102/"
]
},
"name": "oxford_flowers102",
"schema": {
"feature": [
{
"name": "file_name",
"type": "BYTES"
},
{
"name": "image",
"shape": {
"dim": [
{
"size": "-1"
},
{
"size": "-1"
},
{
"size": "3"
}
]
},
"type": "INT"
},
{
"name": "label",
"type": "INT"
}
]
},
"splits": [
{
"name": "test",
"numBytes": "260784877",
"numShards": "1",
"shardLengths": [
"3074",
"3075"
],
"statistics": {
"features": [
{
"bytesStats": {
"commonStats": {
"numNonMissing": "6149"
}
},
"name": "file_name",
"type": "BYTES"
},
{
"name": "image",
"numStats": {
"commonStats": {
"numNonMissing": "6149"
},
"max": 255.0
}
},
{
"name": "label",
"numStats": {
"commonStats": {
"numNonMissing": "6149"
},
"max": 101.0
}
}
],
"numExamples": "6149"
}
},
{
"name": "train",
"numBytes": "43474584",
"numShards": "1",
"shardLengths": [
"1020"
],
"statistics": {
"features": [
{
"bytesStats": {
"commonStats": {
"numNonMissing": "1020"
}
},
"name": "file_name",
"type": "BYTES"
},
{
"name": "image",
"numStats": {
"commonStats": {
"numNonMissing": "1020"
},
"max": 255.0
}
},
{
"name": "label",
"numStats": {
"commonStats": {
"numNonMissing": "1020"
},
"max": 101.0
}
}
],
"numExamples": "1020"
}
},
{
"name": "validation",
"numBytes": "43180278",
"numShards": "1",
"shardLengths": [
"1020"
],
"statistics": {
"features": [
{
"bytesStats": {
"commonStats": {
"numNonMissing": "1020"
}
},
"name": "file_name",
"type": "BYTES"
},
{
"name": "image",
"numStats": {
"commonStats": {
"numNonMissing": "1020"
},
"max": 255.0
}
},
{
"name": "label",
"numStats": {
"commonStats": {
"numNonMissing": "1020"
},
"max": 101.0
}
}
],
"numExamples": "1020"
}
}
],
"supervisedKeys": {
"input": "image",
"output": "label"
},
"version": "2.1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment