Skip to content

Commit

Permalink
add description for face number configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
scgan committed Feb 22, 2023
1 parent 0b254f6 commit 5497ff2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/human_face_recognition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Before Step 4: Flash and Monitor in [ESP-WHO README](../../README.md), run `idf.
![](../../img/face_recognition_model_config.png)


You can also configure the size of fr partition in partitions.csv to adjust number of faces to be stored in flash.
The default partition size is 128K. You will be able to see information displayed as below:
```
I (1070) MFN: fr partition size: 131072 bytes, maxminum 62 IDs can be stored
```

## Use the Example

You can use the Boot button on the development board for interaction.
Expand Down
5 changes: 5 additions & 0 deletions examples/human_face_recognition/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
进行 [ESP-WHO README](../../README_CN.md) 中的步骤 4:运行和监视之前,在终端输入 `idf.py menuconfig` ,依次点击 (Top) -> Component config -> ESP-WHO Configuration -> Model Configuration -> Face Recognition 进入下图所示的人脸识别模型配置界面,配置模型版本和量化方式:
![](../../img/face_recognition_model_config.png)

您也可以通过在 partitions.csv 里配置 fr 分区的 size 来调节可以存储到 flash 的人脸的个数。
默认的分区大小为 128 K. 您将能看到以下信息:
```
I (1070) MFN: fr partition size: 131072 bytes, maxminum 62 IDs can be stored
```

## 使用示例

Expand Down

0 comments on commit 5497ff2

Please sign in to comment.