mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
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. |
||
|---|---|---|
| .. | ||
| nn_cifar10_search_just_center.py | ||
| nn_cifar10_search_whole_window.py | ||
| nn_cifar10.py | ||
| nn_haar_smile_detection.py | ||
| nn_lenet_search_just_center.py | ||
| nn_lenet_search_whole_window.py | ||
| nn_lenet.py | ||
| nn_stm32cubeai.py | ||
| tf_person_detection_search_just_center.py | ||
| tf_person_detection_search_whole_window.py | ||