https://github.com/vietanhdev/binaryseglabeltool
Simple image labeling tool by OpenCV - Easy to customize
https://github.com/vietanhdev/binaryseglabeltool
Last synced: about 1 month ago
JSON representation
Simple image labeling tool by OpenCV - Easy to customize
- Host: GitHub
- URL: https://github.com/vietanhdev/binaryseglabeltool
- Owner: vietanhdev
- Created: 2023-07-15T10:38:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T10:39:14.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T06:42:33.426Z (over 1 year ago)
- Language: Python
- Size: 179 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binary Image Labeling Tool

## Environment
- Use Anaconda's OpenCV or any OpenCV version supporting Qt.
```
conda install -c conda-forge opencv
```
## How to use?
- Put images in folder `image` and raw labels in `image_gt`.
- Image and corresponding label should have a same name.
- Run the labeling tool:
```
python labeling.py -i './image/' -l './image_gt/'
```
- Instruction:
```
Pen: w; Eraser: e; Magic: m; Undo Magic: n; Line: t;
Fill internal spaces: g
Save: s; Reload: r;
+Pensize: z; -Pensize: x;
Next image: f
Previous image: d
```