I have TF Lite working on an ESP32 using the person detection example code from esp-tflite-micro/examples/person_detection at master · espressif/esp-tflite-micro · GitHub
I need to be able to retrieve the person’s location from the tensor output data. I don’t see this data coming back. I only get 2 values back (person_score and no_person_score) in the output data array. Is there a configuration that I can set to enable the 2 data point locations (upper left & lower right) to be sent back within the data array?