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

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

Awesome Lists containing this project

README

          

# Binary Image Labeling Tool

![Screenshot](screenshot.png)

## 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
```