CVLAB is a computer vision annotation tool written in python. pyimgui has been adopted for the graphical user interface.
My goal is to realize a simple, lightweight and standalone app that let you annotate your images, run auto-annotation experiments with your own models, import/export data collections and analyse your data distribution.
Right now the project is a work in progress. Fundamental features are available and operative, but not ready for a daily usage yet.
Above: Settings & Info section. Allows you to setup your labels and visualize stats about your data.
pip install cvlab-gui
Yolo-LAB runs on the docking branch of PyImgui (not on PyPI atm). You can install the provided wheels.
pip install *win_amd64.whl
pip install *linux_x86_64.whl
pip install -r requirements.txt
pip install -r yolov5/requirements.txt
python -m cvlab_gui.setup_project
python -m cvlab_gui.main