UPDATE: Zenodo migration postponed to Oct 13 from 06:00-08:00 UTC. Read the announcement.

Dataset Open Access

Image classification in Galaxy with fruit 360 dataset

Kaivan Kamali

Credit: 'Fruit recognition from images using deep learning' by H. Muresan and M. Oltean (https://arxiv.org/abs/1712.00580)

Fruit 360 is a dataset with 90380 images of 131 fruits and vegetables (https://www.kaggle.com/moltean/fruits). Images are 100 pixel by 100 pixel and are RGB (color) images (3 values for each pixel). This dataset is a subset of Fruit 360 dataset, containing only 10 fruits/vegetables (Strawberry, Apple_Red_Delicious, Pepper_Green, Corn, Banana, Tomato_1, Potato_White, Pineapple, Orange, and Peach). We selected a subset of fruits/vegetables, so the dataset size is smaller and the neural network can be trained faster.

 

The utilities used to create the dataset, along with step by step instructions, can be found here: https://github.com/kxk302/fruit_dataset_utilities

First, we created feature vectors for each image. Each image is 100 pixel by pixel and are RGB (color) images (3 values for each pixel). Hence, each image can be represented by 30,000 values (100 X 100 X 3). Second, we selected a subset of 10 fruits/vegetables images (training and test dataset sizes go from 7 GB and 2.5 GB for 131 fruits/vegetables to 500 MB and 177 MB for 10 fruits/vegetables, respectively). Third, we created separate files for feature vectors and labels. Finally, we mapped the labels for the 10 selected fruits/vegetables to a range of 0 to 9.

   

Credit: 'Fruit recognition from images using deep learning' by H. Muresan and M. Oltean (https://arxiv.org/abs/1712.00580)
Files (707.4 MB)
Name Size
test_X_10.tsv
md5:d81787987d5f343d9439b09b33a5adfa
177.3 MB Download
test_y_10.tsv
md5:ab03cc8b06ca93940156cc7bc4bbdc5c
66.8 kB Download
train_X_10.tsv
md5:d4c7c63f40686d1eb35cf6f6715b6861
529.8 MB Download
train_y_10.tsv
md5:abe38c158980e8b2e92769a9c7d95997
220.7 kB Download
651
540
views
downloads
All versions This version
Views 651651
Downloads 540540
Data volume 110.5 GB110.5 GB
Unique views 598598
Unique downloads 219219

Share

Cite as