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 realise 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.
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
run
python app.py
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.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebc9b32e1a2819463c1eec1fb016568c7322bfd3c57c9d337884c3c85184e701 |
|
MD5 | b44dc2f2f55d1cd40fa76da8ce26e994 |
|
BLAKE2b-256 | f4bc62fe29b0709bd2bde581d1ab865279f3b44aac1317ae785a8499e10456d3 |