Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
就是如何用tensorflow lite 打包的model 如何运用到openMV上的教程吗?例子也行
内置人检测模型例子:https://github.com/openmv/openmv/blob/master/scripts/examples/25-Machine-Learning/tf_person_detection_search_whole_window.py
使用外置模型例子: https://github.com/openmv/openmv/blob/master/scripts/examples/25-Machine-Learning/tf_mobilenet_search_whole_window.py
目前没有如何训练和量化的教程。