mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
![]() 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. |
||
---|---|---|
.. | ||
examples | ||
libraries | ||
unittest |