# Click-by-Mouse-Simple-Annotator **Repository Path**: jacky-law/Click-by-Mouse-Simple-Annotator ## Basic Information - **Project Name**: Click-by-Mouse-Simple-Annotator - **Description**: label tool - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Introduction Click-by-Mouse Annotator: A simple single-label annotator Only one operation(Click by Mouse) needed to annotate an image ## Dependence - `Python2` - `PyQt5` ## Usage # Step1 Edit `config.yaml` to set your label name and corresponding label id # Step2 Run the script ```bash python label_tool_button.py ``` ## Layout ![MainWindow](./assets/main.png) ## Function - annotate images, and save annotation file(`.json`) in the same directory of image - click the label button, to annotate an image and switch to next image | HotKey | Description | | ---------- | -------------- | | `Ctrl + O` | Open Image Directory | | `Ctrl + Q` | Exit | | `A` | Switch to the previous image | | `D` | Switch to the next image |