From b7c8e1483fae3f270bf2e769912a42b0fbc7a7e7 Mon Sep 17 00:00:00 2001 From: yuanjiong Date: Mon, 25 Oct 2021 16:18:52 +0800 Subject: [PATCH] :memo: update doc --- examples/human_face_recognition/README.md | 18 ++++++++++++++++++ examples/human_face_recognition/README_CN.md | 10 +++++----- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/examples/human_face_recognition/README.md b/examples/human_face_recognition/README.md index e69de29..4c9007e 100644 --- a/examples/human_face_recognition/README.md +++ b/examples/human_face_recognition/README.md @@ -0,0 +1,18 @@ +# Human Face Recognition Example [[中文]](./README_ZH.md) + +The following is the special configuration of face recognition examples. For general configuration, please refer to [this](../../README.md) + + +## Configure the face recognition model + +Enter `idf.py menuconfig` in the terminal and click (Top) -> Component config -> ESP-WHO Configuration -> Model Configuration -> Face Recognition to enter the face recognition model configuration interface, as shown below: +![](../../img/face_recognition_model_config.png) +You can configure the version and quantification type of the model here. + +## How to Use Example + +- The interactive button is the Boot button. +- Short press the button: recognize the face captured by the camera at this time. +- Long press the button: enroll the face captured by the camera at this time. +- Double click the button: delete the last enrolled face. + diff --git a/examples/human_face_recognition/README_CN.md b/examples/human_face_recognition/README_CN.md index 765de43..6f47a1c 100644 --- a/examples/human_face_recognition/README_CN.md +++ b/examples/human_face_recognition/README_CN.md @@ -1,18 +1,18 @@ # Human Face Recognition Example [[English]](./README.md) -如何运行示例可参考此[说明](../../README_CN.md),以下为使用人脸识别示例的特殊说明。 +以下为使用人脸识别示例的特殊配置,若要进行通用配置可参考此[说明](../../README_ZH.md)。 ## 人脸识别模型配置 -在终端输入 `idf.py menuconfig` ,依次 (Top) -> Component config -> ESP-WHO -> Model Configuration -> Face Recognition 可进入人脸识别模型配置界面,如下图所示: +在终端输入 `idf.py menuconfig` ,依次 (Top) -> Component config -> ESP-WHO Configuration -> Model Configuration -> Face Recognition 可进入人脸识别模型配置界面,如下图所示: ![](../../img/face_recognition_model_config.png) 您可以在这里配置模型的版本和量化方式。 -## 按键默认设置 +## 如何使用示例 - 交互按键为Boot键。 -- 短按按键:识别人脸。 -- 长按按键:录入人脸。 +- 短按按键:识别此时摄像头拍到的人脸。 +- 长按按键:录入此时摄像头拍到的人脸。 - 双击按键:删除最后一个被录入的人脸。