Tools and libraries for unified multi-task vision research.
Project description
Unipercept
Public repository of tools and libraries powering cutting-edge computer vision and machine learning research at the Mobile Perception Systems (MPS) lab at Eindhoven University of Technology (TU/e).
Logging
Importing unipercept does not attach any console handler by default, so no
output will appear on stdout/stderr until you explicitly enable it.
Enabling console output from your application
Call unipercept.log.configure() once at your entry point:
import unipercept.log
unipercept.log.configure() # attach console handler to the root unipercept logger
Enabling console output via environment variable
Set UNIPERCEPT_LOG_AUTO_CONFIGURE=1 before the first import to have
configure() called automatically:
UNIPERCEPT_LOG_AUTO_CONFIGURE=1 python my_script.py
Controlling log levels
The default level is INFO. Override it globally with UP_LOGS_LEVEL:
UP_LOGS_LEVEL=debug python my_script.py
Per-module overrides use UP_LOGS (comma-separated):
# Explicit level
UP_LOGS="unipercept.nn:debug,unipercept.ops:warning" python my_script.py
# Relative adjustment (+/- around the base level)
UP_LOGS="+unipercept.nn,-unipercept.ops" python my_script.py
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
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 unipercept-2.1.1.tar.gz.
File metadata
- Download URL: unipercept-2.1.1.tar.gz
- Upload date:
- Size: 156.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"NixOS","version":"26.05","id":"yarara","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12db063870db5a6b7c1d76c2438fc614b30460b2d9031596af7768f43f1a12c2
|
|
| MD5 |
a45b12244ed20e1b51a68dff8b86d45f
|
|
| BLAKE2b-256 |
e06ddda57ccfd11287fb68d02c7a56eea4d99704e4959c89b28da9f650010684
|
File details
Details for the file unipercept-2.1.1-py3-none-any.whl.
File metadata
- Download URL: unipercept-2.1.1-py3-none-any.whl
- Upload date:
- Size: 192.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"NixOS","version":"26.05","id":"yarara","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69f30c0bbf0660a23a2b9a0b265697020f65d54ed33ca112a8d8d5806f4ca684
|
|
| MD5 |
a3bbf33c2001dbba7396d9726a9aa3a1
|
|
| BLAKE2b-256 |
1ce901461179bb116ed8ed54e172b4c1f0dc8f8b10a80ff4628e25b58b49dad7
|