TensorFlow Lite Micro support on the ESP32
espressif/tensorflow
This example is a simple door bell camera application based on TensorFlow’s standard person-detection example. When a person is detected by the camera (note detected, not identified), then an email is sent with the captured image to a configured email address. This example uses a 250KB neural network to detect people in images captured by the camera.
Source: github.com/espressif/tensorflow/tree/master/tensorflow/lite/micro/examples/doorbell_camera
Paper: https://blog.tensorflow.org/2020/08/announcing-tensorflow-lite-micro-esp32.html
September 3, 2020
Subscribe
Login
Please login to comment
0 Comments