`Image Annotation Tool` is a macOS app for bounding-box image annotation with Pascal VOC XML as the source of truth and YOLO export as derived output
`Image Annotation Tool` is a macOS app for bounding-box image annotation with Pascal VOC XML as the source of truth and YOLO export as derived output.
# Current functionality:
- Recursive directory scanning for `.jpg`, `.jpeg`, `.png`
- Collapsible file tree sidebar (collapsed by default)
- Interactive AppKit-backed annotation canvas (draw/select/move/resize boxes)
- Separate overlay label banner for box names (not part of recorded box geometry)
- Pascal VOC XML read/write
- YOLO `.txt` export generation
- Root-level `classes.txt` management with deterministic class IDs
- Unsaved annotations tracking and save-all
- Keyboard shortcuts for open/save/navigation
- Undo/redo for annotation edits
- Scan progress and error/warning reporting for malformed XML/unreadable images