espressif / esp-tflite-micro

TensorFlow Lite Micro for Espressif Chipsets
Apache License 2.0
392 stars 83 forks source link

Problems running hello_world (TFMIC-19) #77

Open Hsannriahi opened 7 months ago

Hsannriahi commented 7 months ago

hello, we are group of two peoples , we are working on implmentation of neural network on esp32 .besides , we are not familiar yet with this . we have tried to run the hello_world model but we had some problems could u help us to fix it ? figure1

vikramdattu commented 7 months ago

Can you please explain the error you face? Check if you have internet connectivity as esp-nn will be resolved runtime.

Hsannriahi commented 7 months ago

we was following the instructions in Readme to run the main.cc we went to the project file and we ran it using the command idf.py build then execution stop (see-picture below) im sure that the environment esp-idf is working perfectly before running the project i just added the dependencies using idf.py add-dependency "esp-tflite-micro"

figure1

vikramdattu commented 7 months ago

@Hsannriahi you do not need to explicitly add the esp-tflite-micro dependency as it is already taken care in examples idf_component.yml. Which in turn should pull esp-nn automatically and build should go through. Can you please share the dependencies.lock file which is generated in example/hello_world directory?