https://github.com/coding-ai/imglabel
Image Labelling Tool based on Python and Tkinter
https://github.com/coding-ai/imglabel
computer-vision image image-processing imagelab imagelabel pillow python python37 python38 tk tkinter
Last synced: 4 months ago
JSON representation
Image Labelling Tool based on Python and Tkinter
- Host: GitHub
- URL: https://github.com/coding-ai/imglabel
- Owner: coding-ai
- Created: 2020-07-02T18:53:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T19:29:14.000Z (almost 5 years ago)
- Last Synced: 2025-01-02T15:44:42.555Z (6 months ago)
- Topics: computer-vision, image, image-processing, imagelab, imagelabel, pillow, python, python37, python38, tk, tkinter
- Language: Python
- Homepage:
- Size: 9.45 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Labelling Tool
[Under construction]
This tool allows you to label images with bounding boxes and save the coordinates into a `.csv` file.
## Requirements
`conda install tk`, `conda install pillow`
## Usage
Run `python main.py`