Skip to main content

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.

Labels & Info section 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cvlab-gui-0.0.2.tar.gz (11.5 MB view hashes)

Uploaded Source

Built Distribution

cvlab_gui-0.0.2-py3-none-any.whl (901.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page