Created
July 28, 2019 16:19
-
-
Save meyerzinn/c1c8e6879399fbe5e2b975fdbf3fb4e8 to your computer and use it in GitHub Desktop.
Fruits360 Dataset Info
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"citation": "@article{article,\nauthor = {Mure\u0219an, Horea and Oltean, Mihai},\nyear = {2018},\nmonth = {06},\npages = {26-42},\ntitle = {Fruit recognition from images using deep learning},\nvolume = {10},\njournal = {Acta Universitatis Sapientiae, Informatica},\ndoi = {10.2478/ausi-2018-0002}\n}\n", | |
"description": "A large set of fruits on a white background.", | |
"location": { | |
"urls": [ | |
"https://www.kaggle.com/moltean/fruits" | |
] | |
}, | |
"name": "fruits360", | |
"schema": { | |
"feature": [ | |
{ | |
"name": "image", | |
"shape": { | |
"dim": [ | |
{ | |
"size": "100" | |
}, | |
{ | |
"size": "100" | |
}, | |
{ | |
"size": "3" | |
} | |
] | |
}, | |
"type": "INT" | |
}, | |
{ | |
"name": "image/filename", | |
"type": "BYTES" | |
}, | |
{ | |
"name": "label", | |
"type": "INT" | |
} | |
] | |
}, | |
"sizeInBytes": "686855247", | |
"splits": [ | |
{ | |
"name": "test", | |
"numShards": "1", | |
"statistics": { | |
"features": [ | |
{ | |
"name": "image", | |
"numStats": { | |
"commonStats": { | |
"numNonMissing": "17845" | |
}, | |
"max": 255.0 | |
} | |
}, | |
{ | |
"bytesStats": { | |
"commonStats": { | |
"numNonMissing": "17845" | |
} | |
}, | |
"name": "image/filename", | |
"type": "BYTES" | |
}, | |
{ | |
"name": "label", | |
"numStats": { | |
"commonStats": { | |
"numNonMissing": "17845" | |
}, | |
"max": 102.0 | |
} | |
} | |
], | |
"numExamples": "17845" | |
} | |
}, | |
{ | |
"name": "train", | |
"numShards": "1", | |
"statistics": { | |
"features": [ | |
{ | |
"name": "image", | |
"numStats": { | |
"commonStats": { | |
"numNonMissing": "53177" | |
}, | |
"max": 255.0 | |
} | |
}, | |
{ | |
"bytesStats": { | |
"commonStats": { | |
"numNonMissing": "53177" | |
} | |
}, | |
"name": "image/filename", | |
"type": "BYTES" | |
}, | |
{ | |
"name": "label", | |
"numStats": { | |
"commonStats": { | |
"numNonMissing": "53177" | |
}, | |
"max": 102.0 | |
} | |
} | |
], | |
"numExamples": "53177" | |
} | |
} | |
], | |
"supervisedKeys": { | |
"input": "image", | |
"output": "label" | |
}, | |
"version": "1.0.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment