Skip to main content

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 numpy images with data type uint8 (common data type for OpenCV).
  • The command line executable accepts the classic image formats and additionally the .npy format (serialized numpy arrays).
  • Works with Python 3.8+.

Demo

imspect720.webm

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


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.3.tar.gz (3.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

imspect-0.1.3-cp38-abi3-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.8+Windows x86-64

File details

Details for the file imspect-0.1.3.tar.gz.

File metadata

  • Download URL: imspect-0.1.3.tar.gz
  • Upload date:
  • Size: 3.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.1

File hashes

Hashes for imspect-0.1.3.tar.gz
Algorithm Hash digest
SHA256 656b4617433b7602432f844be1ec237bcce713e33095de3abbefd49bae0a1121
MD5 47811f94c977d1bac614e1e0af3eec90
BLAKE2b-256 cc8cbf981fe11d9aa789ce30e881592ebc7f8a19801cd774cb4e754a34108638

See more details on using hashes here.

File details

Details for the file imspect-0.1.3-cp38-abi3-win_amd64.whl.

File metadata

  • Download URL: imspect-0.1.3-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

Hashes for imspect-0.1.3-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 0fc46f8db71158d477f2db4d86df55abab460b63a59092756db58e553868cb8b
MD5 e79572fdc72c0fd1b9d424e18ca69e89
BLAKE2b-256 e76f30d7fc8ed8871884a6a67e23b6618786abc7d91d8f26eec45e291a1cfd43

See more details on using hashes here.

Supported by

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