| license: apache-2.0 | |
| task_categories: | |
| - image-classification | |
| tags: | |
| - imagenette | |
| - smoke-test | |
| - libreyolo | |
| pretty_name: smoke10 (LibreYOLO CI smoke set) | |
| size_categories: | |
| - n<1K | |
| # smoke10 — LibreYOLO classification smoke set | |
| A tiny **2-images-per-class** subset of **Imagenette** (Apache-2.0) for fast CI / | |
| end-to-end smoke tests of the classification train/val loop. Not for accuracy | |
| evaluation. | |
| ## Provenance | |
| - Derived from fast.ai Imagenette (Apache-2.0), source `imagenette2-160.tgz` | |
| `sha256` `64d0c4859f35a461889e0147755a999a48b49bf38a7e0f9bd27003f10db02fe5`. | |
| - 2 train + 2 val images per class, 10 classes, ImageFolder `train/val/<wnid>` layout. | |
| - Replaces the former ImageNet-derived `imagenet10` smoke set (ImageNet | |
| redistribution terms preclude clean hosting). | |
| ## Use with LibreYOLO | |
| ```python | |
| model.val(data="smoke10") | |
| ``` | |
| ## License | |
| Apache-2.0 (inherited from Imagenette). | |