yehangyang

Results 10 comments of yehangyang

Hi @Spring641, which SoC are you working on?

> > 嗨@Spring641,您正在开发哪个 SoC? > > 自己做的开发板,目前已经解决,不过运行了人脸识别 的时候提示: E (82472) MFN: Partition Not found E (82472) MFN: Please Set the Partition Hi @Spring641, 运行的是 example, 还是自己的工程?

> > > > 嗨@Spring641,您正在开发哪个 SoC? > > > > > > > > > 自己做的开发板,目前已经解决,不过运行了人脸识别 的时候提示: E (82472) MFN: Partition Not found E (82472) MFN: Please Set the Partition...

> > > > > > > > > 你好@Spring641,您正在开发哪个 SoC? > > > > > > > > > > > > > > > 自己做的开发板,目前已经解决,不过运行了人脸识别的时候提示: E (82472) MFN:...

> > > > > > > > > > 你好调整后为: nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, factory, app, factory, 0x10000, 0x490000, vfs, data, fat, 0x500000,...

@Spring641 更正一下之前的回答 > 是否可以把这内存的映衬到vfs上?目前看是报内存为空? 分区可以用这个[接口](https://github.com/espressif/esp-dl/blob/d9493506707c0b68fa10447ec24380af6f19bb32/include/model_zoo/face_recognizer.hpp#L294)指定,可以参考[这里](https://github.com/espressif/esp-dl/blob/d9493506707c0b68fa10447ec24380af6f19bb32/examples/face_recognition/main/app_main.cpp#L46)。

@Spring641 你说的错误 E (38922) MFN: Flash is empty, 我也复现了。我需要一些时间排查一下。 或者你看下这个[例子](https://github.com/espressif/esp-who/tree/master/examples/esp32-s3-eye),它是没有报错的。

@Spring641 我已经查看了源码。“E (38922) MFN: Flash is empty” 不是一个 error,而是一个提醒,提示 flash 中没有录入的人脸。我会尽快修改这部分打印的。

Hi @dankal444, Thank you for your good advice. So far, we provide a [quantization tool kit](https://github.com/espressif/esp-dl/blob/master/tools/quantization_tool/README.md) to help produce the `exponent` parameter. It can help convert from an ONNX model...

Did you set the correct output exponent of each layer? The proper output exponent was given by the toolkit, printed in the terminal. Can you print a comparison between output...