Search found 6 matches

by yehangyang
Tue Nov 02, 2021 8:06 am
Forum: ESP-WHO
Topic: Building/Using custom models
Replies: 2
Views: 37598

Re: Building/Using custom models

Hi bkgoodman, If you don't know how to save coefficient into npy files, you can replace steps 1~3 here https://github.com/espressif/esp-dl/tree/master/tutorial with using our quantization tool https://github.com/espressif/esp-dl/blob/master/tools/quantization_tool/README.md . The Calibrator could he...
by yehangyang
Thu Jul 15, 2021 11:34 am
Forum: ESP-WHO
Topic: Object recognition with mobilenet
Replies: 2
Views: 34873

Re: Object recognition with mobilenet

Hi, aei-mess

ESP-DL is under refactoring. Please follow the new ESP-DL on branch esp-dl/v2_alpha temporarily. About how to customize your own model check https://github.com/espressif/esp-dl/tre ... a/tutorial

Best Regards.
by yehangyang
Fri Nov 22, 2019 1:38 pm
Forum: ESP-WHO
Topic: can I use the EYE to recognize simple pattern like a square
Replies: 1
Views: 11311

Re: can I use the EYE to recognize simple pattern like a square

Hi Matthias,

Yes, it is a modification required.
by yehangyang
Wed Nov 20, 2019 1:06 pm
Forum: ESP-WHO 中文讨论版
Topic: 人脸识别库的问题
Replies: 1
Views: 26953

Re: 人脸识别库的问题

Hi mgceshuang,

1. 关于人脸检测API介绍https://github.com/espressif/esp-face/b ... /README.md
2. 关于人脸识别API介绍https://github.com/espressif/esp-face/b ... /README.md
3. 关于API的使用实例,可以参考ESP-WHO中的examplehttps://github.com/espressif/esp-who
by yehangyang
Wed Nov 20, 2019 12:59 pm
Forum: ESP-WHO 中文讨论版
Topic: ESP-EYE开发配置中遇到的问题
Replies: 1
Views: 24950

Re: ESP-EYE开发配置中遇到的问题

Hi leewithu,

1. 目前只提供了github的项目地址。
2. 尝试换个网络再试试。
by yehangyang
Wed Feb 27, 2019 12:37 pm
Forum: ESP-WHO
Topic: Where do the models for face-detection come from? Detect hands instead of faces?
Replies: 2
Views: 7215

Re: Where do the models for face-detection come from? Detect hands instead of faces?

Hi Wolfgang,

1. 'face-detection' contains only face detection model. it is not published now, but maybe later.
2. 'hands detection' is not supported now.

Best regards
Hangyang