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
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
pixit-0.0.16.tar.gz
(373.9 kB
view details)
Built Distribution
pixit-0.0.16-py3-none-any.whl
(386.1 kB
view details)
File details
Details for the file pixit-0.0.16.tar.gz
.
File metadata
- Download URL: pixit-0.0.16.tar.gz
- Upload date:
- Size: 373.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84a472570d778cef80c2bf874b41615268d8ebe52947b8fb55c0e91a4e13ac5f |
|
MD5 | e0cbf531294d2dce9caad31bfbd96937 |
|
BLAKE2b-256 | 6d5d4998cef926356d9d265d1e1d5221ed2c8d534de380fc30b962f0453fed55 |
File details
Details for the file pixit-0.0.16-py3-none-any.whl
.
File metadata
- Download URL: pixit-0.0.16-py3-none-any.whl
- Upload date:
- Size: 386.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ea3b2acc6821944c83f3e1613f5daead61b09a3d554de98ebaaf851db5508e9 |
|
MD5 | 8dd63c5c16c652abb6c4aa8a5f2feb2e |
|
BLAKE2b-256 | b04f3fac591e1f8dbba0ee57a935fe34d80104b98d2f574c0a9513cfbbc8e3e7 |