Load and define classes
Drop images and type the class names. Up to 9 classes map to number keys; more are picked from the list.
Annotation
For classification datasets speed is everything. Load a folder, define classes, and press a number key per image; the next image appears immediately. Export a CSV of file name and label, or a zip with one folder per class, the layout torchvision, Keras and timm read without code.
Loading the tool…
Drop images and type the class names. Up to 9 classes map to number keys; more are picked from the list.
One key per image. Space skips, Backspace goes back, and the progress bar shows what is left. Labels save automatically.
labels.csv (filename,label) for pandas, or dataset.zip with class folders for ImageFolder-style loaders.
Switch the mode to multi-label to allow several classes per image; the CSV then holds a semicolon-separated list.
Filter by class to review every image with that label in a grid; click any to relabel.
Thumbnails are generated at 256 px for the grid; the export copies the original files unchanged.
Drop the CSV alongside the images and matching file names are pre-labelled.
No. Use Batch Resize & Augment afterwards if the training pipeline wants a fixed size.
Export the zip and open it in the Dataset Splitter, which keeps class folders and stratifies.