openmv/scripts/libraries/ml
Kwabena W. Agyeman 84e6ee6507 modules/py_ml: Return tensor references for post-processors.
Converting the output tensors into floats for the prost-processors
causes memory exhaustion when models become very large. Additionally,
it wastes processing time converting values which may not be used. By
moving the conversion step into the post-processors we avoid this issue.

If no callback is passed for post-processing the converted output to
a floating point ndarray is returned still.
2025-08-24 14:43:24 -07:00
..
ml modules/py_ml: Return tensor references for post-processors. 2025-08-24 14:43:24 -07:00
manifest.py libraries/ml: Convert ml to a package. 2024-07-07 21:48:38 +03:00