Search found 2 matches

by wayinone
Wed Sep 18, 2024 1:19 am
Forum: ESP-IDF
Topic: `idf.py reconfigure` Not Updating Git-Only Components
Replies: 3
Views: 679

Re: `idf.py reconfigure` Not Updating Git-Only Components

A little late to reply. I had the same issue before. I remember the solution is to delete the `dependencies.lock` file and do`idf.py reconfigure`.
by wayinone
Sun Aug 25, 2024 1:41 am
Forum: ESP-IDF
Topic: Issue on deploy a model with esp-tflite-micro
Replies: 0
Views: 363

Issue on deploy a model with esp-tflite-micro

Hi, I am working on deploying a tflite model into a esp32-cam device. I have successfully running my model with Arduino code, however it is very slow (~35s per inference for minimal model), so I switched into esp-idf framework, in the hope that it can speed up the model inference. However, I encount...