yolo-annotator-desktop

YOLO Annotator Desktop

Desktop YOLO annotation tool for detection, OBB, segmentation, pose, and classification datasets.

YOLO Annotator Desktop is a local-first image labeling app for people who want to build YOLO datasets without uploading private images to a hosted service. It uses ordinary image folders, label folders, class files, and a small .yad.json project wrapper.

What It Supports

Workflow Supported
YOLO detection boxes Yes
Ultralytics YOLO OBB rotated boxes Yes
YOLO segmentation polygons Yes
YOLO pose keypoints Yes
YOLO classification folders Yes
YOLO data.yaml import/export Yes
COCO JSON helpers Yes
Pascal VOC XML helpers Yes
Local quality checks Yes

Install

Download the latest release from:

https://github.com/sicaizhuang/yolo-annotator-desktop/releases

Install a wheel:

py -m pip install yolo_annotator_desktop-0.5.0-py3-none-any.whl
yolo-annotator-desktop

Or run from source:

git clone https://github.com/sicaizhuang/yolo-annotator-desktop.git
cd yolo-annotator-desktop
py -m pip install -e .
yolo-annotator-desktop

Typical Uses