Object Detection annotation tool entirely written in Python. Automatically annotate entire images using a pretrained object detection model or pseudo-classify single bbounding boxes with Self-Supervised pretrained models.
Project description
CVLAB [WIP]
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.
Install from PyPI (Windows only)
pip install cvlab-gui
Installation requirements
pyimgui
Yolo-LAB runs on the docking branch of PyImgui (not on PyPI atm). You can install the provided wheels.
windows
pip install *win_amd64.whl
linux
pip install *linux_x86_64.whl
other requirements
pip install -r requirements.txt
pip install -r yolov5/requirements.txt
Setup new project
python -m cvlab_gui.setup_project
Run CVLAB GUI
python -m cvlab_gui.main
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cvlab_gui-0.0.32-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5168d1993a3002201b6ebcff3e24a1dcf6c4a18f7a7b35a2b6a6dd158f47c91 |
|
MD5 | 3592e0d4f82fec7e7eff8f5321d1ed7f |
|
BLAKE2b-256 | e1bd28181af517d8f33e77615d4fbace06c067b7efbb1d0fec982b6eca32deb8 |