espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

ESp-WHO Examples Errors (AIV-513) #176

Closed onderbedirhan closed 1 year ago

onderbedirhan commented 2 years ago

Hello, I want to do image processing projects with ESP-EYE microcontroller. I installed the ESP-IDF environment on VS Code with the Espressif IDF plugin. Then I cloned the ESP-WHO library to the directory where the ESP-IDF folder is located, via git. However, when I try to open the face-recognition-solution project in the examples folder in the ESP-WHO library, I get many errors about the libraries not being defined. If there is an extra setting that I need to do or a part that I have made wrong, I would be very happy if you could help me with this. Screenshot_1 Screenshot_2 Screenshot_3

JarmouniA commented 2 years ago

From my experience, VS code is an absolute nightmare when working with esp-who. So, I advise you to use ESP-IDF directly from terminal, it's easier in my opinion and clearer . Also the commands are straightforward: "idf.py build" to build the project, "ïdf.py fullclean" to remove all the build files, "idf.py -p [port] flash" to program your board and "idf.py -p [port] monitor" to use serial monitor.

yehangyang commented 2 years ago

Hi @onderbedirhan,

As ESP-DL is refactored thoroughly, ESP-WHO has to make the corresponding changes. Please check examples on branch v2_alpha.

ESP-YHY commented 2 years ago

Hi @onderbedirhan, Please check out the latest master.