Dataset Preview
Viewer
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
[Errno 13] Permission denied: '/tmp/hf-datasets-cache/medium/datasets/57358973084146-config-parquet-and-info-Voxel51-Food101-6c34dc2d/downloads/6f3eb55ac0240b26484c7bbb0e9a3060dc560228c2c21653e2071abfa0153f95.incomplete'
Error code:   UnexpectedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.

Dataset Card for Food-101

image

This is a FiftyOne dataset with 35000 samples.

Note: This dataset is subset of the full Food101 dataset. The recipe notebook for creating this dataset can be found here

Installation

If you haven't already, install FiftyOne:

pip install -U fiftyone

Usage

import fiftyone as fo
import fiftyone.utils.huggingface as fouh

# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = fouh.load_from_hub("Voxel51/Food101")

# Launch the App
session = fo.launch_app(dataset)

Dataset Details

Dataset Description

The Food-101 dataset is a large-scale dataset for food recognition, consisting of 101,000 images across 101 different food categories.

Here are the key details:

  • Contains a total of 101,000 images

  • Each food class has 1,000 images, with 750 training images and 250 test images per class

  • All images were rescaled to have a maximum side length of 512 pixels

  • Curated by: Lukas Bossard, Matthieu Guillaumin, Luc Van Gool

  • Funded by: Computer Vision Lab, ETH Zurich, Switzerland

  • Shared by: Harpreet Sahota, Hacker-in-Residence at Voxel51

  • Language(s) (NLP): en

  • License: The dataset images come from Foodspotting and are not owned by the creators of the Food-101 dataset (ETH Zurich). Any use beyond scientific fair use must be negotiated with the respective picture owners according to the Foodspotting terms of use

Dataset Sources

Citation

BibTeX:

@inproceedings{bossard14,
  title = {Food-101 -- Mining Discriminative Components with Random Forests},
  author = {Bossard, Lukas and Guillaumin, Matthieu and Van Gool, Luc},
  booktitle = {European Conference on Computer Vision},
  year = {2014}
}
Downloads last month
0