Explore features of images during debug session
Project description
imspect
A small GUI application for feature engineering in computer vision projects.
- Very useful in a debugger session.
- Non-blocking. Executes in an independent process.
- Lightweight, has zero dependencies.
- Works only with
numpyimages with data typeuint8(common data type forOpenCV). - The command line executable accepts the classic image formats
and additionally the .npy format (serialized
numpyarrays). - Works with Python 3.8+.
Demo
Install
pip install imspect for Python devs
cargo install imspect for Rust devs (CLI only)
Usage
Python interpreter\debugger
from imspect import imspect
import numpy as np
# examples of acceptable images
img1 = np.empty((60, 100, 3), dtype=np.uint8)
img2 = np.zeros((60, 100), dtype=np.uint8) + 255
imspect(img1 , img2)
CLI
imspect path/to/image.png path/to/array.npy
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
imspect-0.1.2.tar.gz
(3.0 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imspect-0.1.2.tar.gz.
File metadata
- Download URL: imspect-0.1.2.tar.gz
- Upload date:
- Size: 3.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80802f54670d9b85d288d928ae2c4375592595510d6dc9641b3d336155b81243
|
|
| MD5 |
68a9016dd3a51554eddc5fc5f0419615
|
|
| BLAKE2b-256 |
600b2ed446be3caef9900d90f263268eece3232bc6382e9975f415658a9e3d4a
|
File details
Details for the file imspect-0.1.2-cp38-abi3-win_amd64.whl.
File metadata
- Download URL: imspect-0.1.2-cp38-abi3-win_amd64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.8+, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d69265b849530c1da4fec0fa9e702789d78c0c0d494c59cd046236163bc426b
|
|
| MD5 |
9ae61c01f5e82238a6f72192d4852959
|
|
| BLAKE2b-256 |
117b573e819e69a92a4a30c5cee29131b4ba40ac656028d41360ace3b8ce5776
|