esp-idf运行TensorFlow 模型,求助
Posted: Sat Jul 23, 2022 1:32 am
我们已经训练好了一个tensorflow模型,现在想将其部署在esp32s3eye板子上。参考的是https://www.espressif.com.cn/zh-hans/news/ESP32 ... 具也做了一个库的迁移(https://github.com/tensorflow/tflite-micro),导致示例方法运行出现了问题:
现在卡死在这方面,十分难受。请问大家有没有什么好的解决方案。
Code: Select all
make -f tensorflow/lite/micro/tools/make/Makefile TARGET=esp generate_hello_world_esp_project
Code: Select all
tensorflow/lite/micro/tools/make/downloads/flatbuffers already exists, skipping the download.
tensorflow/lite/micro/tools/make/downloads/kissfft already exists, skipping the download.
tensorflow/lite/micro/tools/make/downloads/pigweed already exists, skipping the download.
find: ‘tensorflow/lite/micro/tools/gen_micro_mutable_op_resolver_test/person_detect’: No such file or directory
tensorflow/lite/micro/tools/make/Makefile:518: tensorflow/lite/micro/tools/make/targets/esp_makefile.inc: No such file or directory
make: *** No rule to make target 'tensorflow/lite/micro/tools/make/targets/esp_makefile.inc'. Stop.