package documentation

MLOps utilities for training models for Luxonis devices.

LuxonisML provides helper functions and utilities used across the Luxonis MLOps stack.

The package is organized around a few main areas:

  • luxonis_ml.data: dataset creation, conversion, loading, augmentation, and export tools for computer vision workflows.
  • luxonis_ml.tracker: experiment tracking utilities for PyTorch Lightning and LuxonisTrain workflows.
  • luxonis_ml.telemetry: a lightweight telemetry layer with pluggable backends.
  • luxonis_ml.utils: shared configuration, filesystem, logging, graph, path, and registry helpers.

The project is in beta, so APIs may change as the library evolves.

Package data Public entry point for Luxonis Data Format workflows.
Package enums Shared enumerations used by Luxonis ML public APIs.
Module guard_extras No module docstring; 1/1 function documented
Package nn_archive Public entry point for Luxonis NN Archive creation and inspection.
Package telemetry Public telemetry API for Luxonis packages.
Package tracker Experiment tracking facade for Luxonis ML workflows.
Module typing Common type aliases and utility functions for type checking.
Package utils Shared utility entry point for Luxonis ML internals and integrations.
Module __main__ No module docstring; 0/2 variable, 1/2 function documented

From __init__.py:

Constant __semver__ Undocumented
Constant __version__ Undocumented
__semver__: SemanticVersion =

Undocumented

Value
SemanticVersion.parse(__version__)
__version__: str =

Undocumented

Value
'0.9.0'