Search found 47 matches
- Mon Jul 08, 2024 3:24 am
- Forum: ESP-SkaiNet 中文讨论版
- Topic: 开启离线唤醒,大概要消耗多少mA的电流?
- Replies: 1
- Views: 5730
Re: 开启离线唤醒,大概要消耗多少mA的电流?
(duplicate to https://github.com/espressif/esp-skainet/issues/138 )
- Thu Feb 22, 2024 4:15 am
- Forum: ESP-IDF
- Topic: ESP-WHO Examples - idf.py projects -> possible to import into eclipse?
- Replies: 3
- Views: 2556
- Mon Feb 19, 2024 2:55 am
- Forum: ESP-WHO
- Topic: Cat Recognition?
- Replies: 2
- Views: 10115
Re: Cat Recognition?
Hi,
Here's an example: https://github.com/espressif/esp-who/tr ... _detection
Here's an example: https://github.com/espressif/esp-who/tr ... _detection
- Wed Oct 25, 2023 9:12 am
- Forum: ESP-WHO
- Topic: human face recognition doesn't store into flash memory
- Replies: 1
- Views: 45395
Re: human face recognition doesn't store into flash memory
Hello, the master and idf5.0 branches have been updated, pls try again to see if the issue still exists. Thanks!
- Mon Oct 09, 2023 3:24 am
- Forum: ESP-WHO
- Topic: Does ESP-IDF4.4 works for ESP-WHO?
- Replies: 1
- Views: 31189
Re: Does ESP-IDF4.4 works for ESP-WHO?
Hello~
ESP-WHO examples can run on IDF 4.4, not sure what's missing in eclipse environment, but the "not found" files do exist in esp-who repo.
And regarding the lcd driver, should be this ic: https://github.com/espressif/esp-idf/bl ... l_st7789.c
thanks
ESP-WHO examples can run on IDF 4.4, not sure what's missing in eclipse environment, but the "not found" files do exist in esp-who repo.
And regarding the lcd driver, should be this ic: https://github.com/espressif/esp-idf/bl ... l_st7789.c
thanks
- Wed Aug 30, 2023 6:45 am
- Forum: ESP-WHO 中文讨论版
- Topic: ValueError: current model is not supported by esp-dl
- Replies: 5
- Views: 63316
- Mon Aug 21, 2023 9:04 am
- Forum: ESP-WHO 中文讨论版
- Topic: ValueError: current model is not supported by esp-dl
- Replies: 5
- Views: 63316
Re: ValueError: current model is not supported by esp-dl
Hi
convtranspose2d 没有支持哦
convtranspose2d 没有支持哦
- Mon Jul 31, 2023 9:56 am
- Forum: ESP-WHO
- Topic: ESP-WHO API?
- Replies: 2
- Views: 51778
Re: ESP-WHO API?
Hi, yes ESP-WHO is more about examples, for API-related please check esp-dl: https://docs.espressif.com/projects/esp ... index.html
thanks.
thanks.
- Thu Jul 13, 2023 7:57 am
- Forum: ESP-WHO 中文讨论版
- Topic: 【已解决】esp-dl自定义层的量化问题
- Replies: 4
- Views: 32437
Re: esp-dl自定义层的量化问题
Hi 暂时没有关于此的文档说明,不过这个工程中有实现 MatMul 和 Softmax,可参考:https://github.com/Farzinkh/AI_EDGE/tre ... ecognition
- Wed Jul 12, 2023 3:16 am
- Forum: ESP-WHO 中文讨论版
- Topic: 【已解决】esp-dl自定义层的量化问题
- Replies: 4
- Views: 32437
Re: esp-dl自定义层的量化问题
Hi 可以支持自定义量化的