This app is used to label images in a given directory. Labeled images can be moved or copied into sub-directories, which are named as assigned labels. The app is just a single Python script with GUI.
For example you have folder ./data/images/ with a lot of images and you need to assign some label(s) to these images.
Clone the project:
git clone https://github.com/robertbrada/PyQt-image-annotation-tool.git
Enter the directory and install the dependencies (you might need to use pip3
instead of pip
):
cd PyQt-image-annotation-tool
pip install -r requirements.txt
Run the app (use python3
for Python 3)
python main.py
Pull requests are welcomed.