espressif / esp-tflite-micro

TensorFlow Lite Micro for Espressif Chipsets
Apache License 2.0
395 stars 85 forks source link

a question about person_detection #66

Open fatsheep2020 opened 1 year ago

fatsheep2020 commented 1 year ago

there is a test image define as the pic highlight: but it will be compile error, can't find this symbole, how to define it? thanks! image

vikramdattu commented 1 year ago

@fatsheep2020 these raw images embedded from static_images component here.. The component itself is included via this CMakeList.txt lines

https://github.com/espressif/tflite-micro-esp-examples/blob/2d95a9c37fa6937720859e8a497b69837f7d6982/examples/person_detection/CMakeLists.txt#L2 https://github.com/espressif/tflite-micro-esp-examples/blob/2d95a9c37fa6937720859e8a497b69837f7d6982/examples/person_detection/main/CMakeLists.txt#L18

Do check if static_images entries does exist in your project.