openmv/scripts/examples/25-Machine-Learning
Kwabena W. Agyeman 6a9c0a370e Add support for TensorFlow Lite for Microcontrollers
This has been a long-time coming, but, it's finally here. TensorFlow lite
runs on the OpenMV Cam now. Better yet, a person detection model
is now built-into all OpenMV Cams too!

Our default code does image classification and supports multi-scale
object detection using a sliding window.

In a coming PR I will add mobilenet examples for the H7 with SDRAM
and image segmentation support.
2019-10-25 21:01:21 +02:00
..
nn_cifar10_search_just_center.py NN: Fix typos in new examples. 2018-06-11 05:32:01 +02:00
nn_cifar10_search_whole_window.py NN: Fix typos in new examples. 2018-06-11 05:32:01 +02:00
nn_cifar10.py Make both networks output the same value types. 2018-06-22 02:28:49 -04:00
nn_haar_smile_detection.py Update smile script. 2018-06-22 15:14:15 +02:00
nn_lenet_search_just_center.py NN: Fix typos in new examples. 2018-06-11 05:32:01 +02:00
nn_lenet_search_whole_window.py NN: Fix typos in new examples. 2018-06-11 05:32:01 +02:00
nn_lenet.py Make both networks output the same value types. 2018-06-22 02:28:49 -04:00
nn_stm32cubeai.py Update CUBE-AI example. 2019-10-19 19:10:47 +02:00
tf_person_detection_search_just_center.py Add support for TensorFlow Lite for Microcontrollers 2019-10-25 21:01:21 +02:00
tf_person_detection_search_whole_window.py Add support for TensorFlow Lite for Microcontrollers 2019-10-25 21:01:21 +02:00