LibreYOLO/imagenette160
Imagenette 160 (LibreYOLO) A LibreYOLO-hosted copy of Imagenette — 10 easily-classified ImageNet classes at 160 px — for classification training, validation, and benchmarking. Provenance Rebuilt from the canonical upstream, not from any third-party repackaging: Source: https://s3.amazonaws.com/fast-ai-imageclas/imagenette2-160.tgz (fast.ai, Apache-2.0) Source sha256: 64d0c4859f35a461889e0147755a999a48b49bf38a7e0f9bd27003f10db02fe5 Transform: extracted and… See the full description on the dataset page: https://huggingface.co/datasets/LibreYOLO/imagenette160.
Imagenette 160 (LibreYOLO)
A LibreYOLO-hosted copy of Imagenette — 10 easily-classified ImageNet classes at 160 px — for classification training, validation, and benchmarking.
Provenance
Rebuilt from the canonical upstream, not from any third-party repackaging:
- Source:
https://s3.amazonaws.com/fast-ai-imageclas/imagenette2-160.tgz(fast.ai, Apache-2.0) - Source
sha256:64d0c4859f35a461889e0147755a999a48b49bf38a7e0f9bd27003f10db02fe5 - Transform: extracted and repackaged
.tgz->.zip, preserving the originaltrain/val/<wordnet_id>ImageFolder layout. No relabeling, no third-party assets.
Contents
imagenette160.zip — ImageFolder layout:
train/<wnid>/*.JPEG— 9,469 imagesval/<wnid>/*.JPEG— 3,925 images
10 classes (folders are WordNet IDs):
n01440764— tenchn02102040— English springern02979186— cassette playern03000684— chain sawn03028079— churchn03394916— French hornn03417042— garbage truckn03425413— gas pumpn03445777— golf balln03888257— parachute
Use with LibreYOLO
from libreyolo import LibreYOLO
model = LibreYOLO("LibreMobileNetV4s-cls.pt")
model.val(data="imagenette160") # auto-downloads this datasetLicense
Apache-2.0, inherited from upstream Imagenette (fast.ai).
