espressif / esp-who

Face detection and recognition framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IDF 5.0 support. (AIV-574)

nikhil-robinson opened this issue · comments

Hey there,

will ESP-WHO be supported on idf 5.0 as i am planning to migrate to version 5.0 can some one shed some light on this.

please check branch idfv5.0

is ESP-WHO be supported on idf 5.0??

commented

is ESP-WHO be supported on idf 5.0??

Please check https://github.com/espressif/esp-who/tree/idfv5.0

I'm using idf 5.1 and it is not working.

After switch to the mentioned branch and trying to build the motion_detection/web example I get the error:

  ERROR: Because project depends on both idf (4.4.*) and idf (>=5.0), version
  solving failed.

I forgot to git submodule update --recursive --init after switching branch.
It now compiles, flashes and runs.

commented

@Auroragan recently espressif released opencv as an component for esp32... what will be the outcome for esp-who. seeing that esp-who s not been updated properly nor the esp-dl is available as an component.

commented

espressif released opencv as an component for esp32

@v-3n0m Hi, I don't quite understand this sentence, could you help explain or show the link?

It might be worth mentioning that the ESP-WHO has more than one branch for different IDF versions in the documentation. It took me a while to realize this was the case.

If you are using ESP-IDF release/v5.0 branch, please switch the ESP-WHO branch to the idfv5.0. And remember to pull and update the submodules of ESP-WHO.