Closed msalexms closed 7 months ago
You may want to take a look at my post
ESP32-CAM Person Detection Experiment With TensorFlow Lite -- https://www.instructables.com/ESP32-CAM-Person-Detection-Expreiment-With-TensorF/
to see if it can give you the info you want.
BTW, as far as I know, the DL model is supposed to detect person.
Thanks!
I am trying to convert this model into a .tflite, to see the shape and the structure of the model, but I get an error. If somebody can tell me the structure of the model o how to transform it correctly please. And also this model detect persons or faces?
Model: https://github.com/trevorwslee/Arduino-DumbDisplay/blob/master/projects/esp32tensorflowlite/esp32cam_person/esp32cam_person.ino
Thanks.