dataset-image-annotator

Image annotation tool


License
GPL-3.0
Install
pip install dataset-image-annotator==0.0.27

Documentation

dataset-image-annotator

Dataset image annotation tool

Installation

python3.11 -m venv venv --upgrade-deps
source venv/bin/activate
python -m pip install -U -r requirements_dev.txt
python -m pip install -U -r requirements.txt

Running image annotator GUI

python -m dataset_image_annotator --data-root /path/to/dataset/images/

Launching image annotation API

python -m dataset_image_annotator.api