Code: Select all
cp -r lite/micro/tools/make/downloads/* lite/micro/tools/make/gen/esp_xtensa-esp32/prj/doorbell_camera/esp-idf/components/tfmicro/third_party/
Code: Select all
make -f tensorflow/lite/micro/tools/make/Makefile TARGET=esp generate_doorbell_camera_esp_project
That said - Tensorflow Light Micro has since been moved into it's own repository: https://github.com/tensorflow/tflite-micro
The example would not build at all the the TFlite-micro repo - as there were numerous files missing (CMakeList.txt), etc. (Even the README.md instructions were incorrect - I believe). I assume Espressif's newest changes aren't in there - but advise they move over to this.