https://github.com/znsoooo/yolo-labeling
Yolov5 dataset image labeling tool, base on Python and opencv library.
https://github.com/znsoooo/yolo-labeling
Last synced: 4 months ago
JSON representation
Yolov5 dataset image labeling tool, base on Python and opencv library.
- Host: GitHub
- URL: https://github.com/znsoooo/yolo-labeling
- Owner: znsoooo
- License: mit
- Created: 2023-12-16T09:00:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T09:23:38.000Z (over 2 years ago)
- Last Synced: 2024-12-31T03:27:32.963Z (over 1 year ago)
- Language: Python
- Size: 6.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# labeling
Yolov5 dataset image labeling tool, base on Python and opencv library.
## Install
```bash
python -m pip install opencv-python
python labeling.py
```
## Usage
- __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
## About
- __Author:__ Shixian Li (znsoooo)
- __Email:__ lsx7@sina.com
- __Homepage:__ https://github.com/znsoooo/labeling
- __License:__ MIT License.