Sign in to view source links and access this dataset
Description
Imagenette is a subset of 10 easily classified classes from the ImageNet dataset, originally prepared by Jeremy Howard of FastAI. It is designed for rapid experimentation and comes in three image size variants: full size, 320 px, and 160 px.
Use Cases
Train a 10-class image classifier using the full-size, 320 px, or 160 px image variants.
Benchmark new computer vision algorithms on a curated subset of ImageNet classes for faster iteration.
Compare model performance across different image resolutions provided by the dataset variants.
Strengths
Contains 10 distinct, easily classified image categories from ImageNet.
Offers three pre-processed image size variants for flexibility in experimentation.
The v2 configuration uses a defined 70/30 train/validation split.
Limitations
Limited to only 10 classes, which may not represent the full complexity of the original ImageNet dataset.
The dataset's primary purpose is rapid prototyping, which may limit its utility for evaluating performance on the full ImageNet task.
Provenance
Source
Subset of the ImageNet dataset.
Collection Method
Curated selection of 10 classes from ImageNet.
Freshness
Last updated on September 10, 2024.
The v2 configuration corresponds to a specific 70/30 train/validation split released in December 2019.