-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use on custom ESP-IDF project (TFMIC-10) #64
Comments
@Steven35700 I have not seen this error. The error is from IDF component manager and it is failing to resolve dependencies. I would suggest you to update component manager, remove
Yes, it is possible and esp-nn will be pulled transparently via component manager as this is specified in dependencies. https://github.com/espressif/tflite-micro-esp-examples/blob/2c89a70157c974491d33f19ed94254ecc5e58df8/components/esp-tflite-micro/idf_component.yml#L8-L10 |
Hi @Steven35700
So I had the issue when I had |
I would like to integrate TFLite micro into my ESP-IDF project. I managed to get the examples to work.
I started to clone this directory and include it in my own project by adding it on my idf_component.yml.
But I have some problems of versionning when I build :
I would like to know if this bug is known and if I can easily solve it.
Also, I was wondering if it was possible to directly use the tensorflow lite for microcontroller github directory and integrate it into my project ? And would the esp-NN functions will be used anyway ?
The text was updated successfully, but these errors were encountered: