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.34-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f63edd49a1204d858bb6f77d18298256e9ffca34e4c56de1c8d81eaf0550d1b9 |
|
MD5 | 170a13afda609d42a1ece556f26e9804 |
|
BLAKE2b-256 | 6b8a517bc94ef047c516aa4a74ec95b91dbc95f93916c11567c0231f28f26c88 |