An open API service indexing awesome lists of open source software.

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.

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.