/LabelImageLab

Lean and flexible code and gui for supervised learning image labeling.

Primary LanguagePython

This code is derived from LabelImg.

LabelImageLab

Lean and flexible code and gui for supervised learning image labeling.

This code have been tested on: Ubuntu 22.04

Installation

Clone this repo

git clone git@github.com:SLU-Aqua/LabelImageLab.git
cd LabelImageLab

Setup virtual environment

sh setupvenv.sh

Build QT resources

venv/bin/pyrcc5 -o libs/resources.py resources.qrc

Usage

For example in Linux

venv/bin/python labelImageLab.py -c path_to_your_classes_file.txt

or in Windows

venv/Scripts/python labelImageLab.py -c path_to_your_classes_file.txt

For help and more options

venv/bin/python labelImageLab.py -h

Build app