A lightweight package to reliably detect bright visual signals (blobs) in variable lighting.
Project description
LumiBlob
LumiBlob is a lightweight Python package designed to reliably detect bright visual signals (blobs) in environments with highly variable lighting conditions.
Features
- Lighting normalization using CLAHE
- YOLOv8-based detection optimized for small objects
- Simple API for real-time processing
Installation
pip install lumiblob
Quick Start
from lumiblob import LumiBlob
detector = LumiBlob(model_path='best.pt')
results = detector.detect(frame)
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
lumiblob-0.1.0.tar.gz
(1.9 kB
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 lumiblob-0.1.0.tar.gz.
File metadata
- Download URL: lumiblob-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2839808d1e1976d43ff4a8fcf125d5d0e696605f1be279b28ca920f80af9d5ca
|
|
| MD5 |
3793586c50fca4f9bb72a967e350196d
|
|
| BLAKE2b-256 |
df8d7f54b5114ad8c264688395b99a6b49ef7ed1e399904a4dcbb7efc020eee1
|
File details
Details for the file lumiblob-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lumiblob-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58acceeb42f81f5f41f1e66661111f121eb22b42a3ea7fd392a8660607da7e23
|
|
| MD5 |
d41ec2e67ad1f34a8372e63b6864ea68
|
|
| BLAKE2b-256 |
8975e5b984acd75e82cc39d264e0b285667a468329e0795857eebc65c801ac38
|