I couldn't find a image label tool for my projects, so I decided to make one. This project is designed to label images, without any requirements for internet or self-deployed server.
- Open the image folder you want to label
- Press
Alt
while drag the mouse to draw a bounding box - Click on the box label to adjust the box
- Double click anywhere outside the box to stop adjusting
- Press
Ctrl + Z
to undo,Ctrl + Shift + Z
to redo (not very stable)
Tips: On the right-top corner, you can resize the image to fit the window, or switch adjust mode.
- Choose the YOLO model file you want to use in the tab with icon aimer
- Configure the confidence threshold if needed
- Press
Detect
button - Agree to detect (can be default agree in the checkbox below)
- Press the gear icon on the sidebar
- Configure the object classes and their color/name
- label tool
- choose YOLO model file to inference
- use hardware acceleration for inference
- customizable object classes
- customizable classes color/name
- multiple export options
- optimize history(undo/redo) function
- optimize user interface
yarn tauri build
yarn tauri dev
Based on Tauri, Vite, Tailwind CSS