When to Use
Use classification when:- You need to label the entire image or frame, not specific objects
- The task involves scene classification (weather, time of day, scene type)
- You need metadata tags for filtering or stratifying datasets
- You want to combine scene-level context with object-level annotations from other tools
- You need to localize specific objects — use Bounding Box, Polygon, or Segmentation
- You need pose estimation — use the Keypoint tool
Usage
- Press
Kor select the Classification tool from the toolbar - The classification panel appears (or the label panel switches to classification mode)
- Select one or more labels that describe the image/frame:
- Weather: sunny, rainy, foggy
- Scene: highway, urban, parking lot
- Time of day: daytime, nighttime
- Classifications are saved automatically when you navigate to the next item
Multi-Label vs. Single-Label
- Single-label: Only one classification can be selected (radio buttons)
- Multi-label: Multiple classifications can be selected (checkboxes)
Shortcuts
| Shortcut | Action |
|---|---|
K | Activate the Classification tool |
Ctrl+Z / ⌘Z | Undo |
Ctrl+Shift+Z / ⌘⇧Z | Redo |
Common Mistakes
- Applying object-level labels at the scene level: Classification is for the entire image, not for individual objects — use bounding boxes or polygons for object-level labeling
- Inconsistent labeling criteria: Define clear rules for ambiguous cases (e.g., is a cloudy sky with patches of blue “sunny” or “cloudy”?)
- Forgetting to classify: Unlike drawing annotations, classification has no visible geometry to remind you — make sure every image has its classification labels set
Advanced Tips
- Use classification for metadata that applies to the entire image, not to specific objects
- Combine with object-level annotations: classification for scene context, boxes/polygons for objects
- In video sequences, classification can vary per frame (e.g., lighting changes during a clip)
- Classification labels are useful for building dataset subsets — filter by scene type to create focused training splits
Related Tools
- Bounding Box — For localizing specific objects
- Polygon — For precise object outlines
- Segmentation — For pixel-level masks
- Keypoint — For pose estimation