This project is meant to provide an auto-labelling tool to speed up the labelling process of the hand-sketch geometric shape category and its corresponding vertices position.
Its UI is based on pygame
and the auto-labelling algorithms mainly use opencv
.
- Install all the dependencies
- Run
main.py
- Drag your mouse to draw shapes. After you finish drawing, the result will be automatically shown on the right-side panel.
- Click the button to change category.
- Click vertices on the screen in a clockwise order to modify their positions.