openmv/scripts
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
..
examples scripts/examples: Rename and update histogram mode genx320 scripts. 2025-08-09 11:03:09 -07:00
libraries modules/py_ml: Return tensor references for post-processors. 2025-08-24 14:43:24 -07:00
unittest Update unit-tests. 2021-04-18 23:34:20 +02:00