Yolov5 dataset image labeling tool, base on Python and opencv library.
python -m pip install opencv-python
python labeling.py
- Mouse left: Create a new box
- Mouse right: Remove the last box
- Mouse wheel / Key direction: Show prev or next image
- Key Number 0-9: Edit label name of current box (only support 0-9, default is 0)
- Key Enter: Open current file in explorer
- Key Escape: Exit this program
- Author: Shixian Li (znsoooo)
- Email: lsx7@sina.com
- Homepage: https://github.com/znsoooo/labeling
- License: MIT License.