A package for labeling image data quickly
Project description
QSL: Quick and Simple Labeler
QSL is a simple, open-source media labeling tool that you can use as a Jupyter widget. More information available at https://qsl.robinbay.com. It supports:
- Bounding box, polygon, and segmentation mask labeling for images and videos (with support for video segments).
- Configurable keyboard shortcuts for labels.
- Loading images stored locally, on the web, or in cloud storage (currently only AWS S3).
- Pre-loading images in a queue to speed up labeling.
Please note that that QSL is still under development and there are likely to be major bugs, breaking changes, etc. Bug reports and contributions are welcome!
Getting Started
Install using pip install qsl
.
Check out the Colab Notebook for an example of how to use the Jupyter Widget.
Development
- Create a local development environment using
make init
- Run widget development with live re-building using
make develop
- Run a Jupyter Lab instance using
make lab
. Changes to the JavaScript/TypeScript require a full refresh to take effect.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.