Skip to main content

Label and annotate images using matplotlib widgets.

Project description

pixit

Label and annotate images using matplotlib widgets.

Installation

pip install pixit

Usage

ImageSet

The ImageSet data structure is derivative of the Bunch from scikit-learn. It is a dictionary-like object whose keys can be accessed as attributes. The image entry of the ImageSet should be a numpy array with images to be displayed using matplotlib.

label_images

The label_images method of ImageSet brings up a matplotlib GUI for labeling images as one of the label_names.

from pixit import datasets

animals = datasets.load_animals()
print(animals.label_names) # ['elephant', 'giraffe', 'tiger', 'zebra']

animals.label_images()

annotate_images

In development.

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

pixit-0.0.16.tar.gz (373.9 kB view hashes)

Uploaded Source

Built Distribution

pixit-0.0.16-py3-none-any.whl (386.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