From a12e2ac39478a467174d38d1553bf171dc4fdf31 Mon Sep 17 00:00:00 2001 From: yuanjiong Date: Mon, 25 Oct 2021 11:55:03 +0800 Subject: [PATCH] :memo: add docs --- examples/human_face_recognition/README.md | 0 examples/human_face_recognition/README_CN.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 examples/human_face_recognition/README.md create mode 100644 examples/human_face_recognition/README_CN.md diff --git a/examples/human_face_recognition/README.md b/examples/human_face_recognition/README.md new file mode 100644 index 0000000..e69de29 diff --git a/examples/human_face_recognition/README_CN.md b/examples/human_face_recognition/README_CN.md new file mode 100644 index 0000000..765de43 --- /dev/null +++ b/examples/human_face_recognition/README_CN.md @@ -0,0 +1,18 @@ +# Human Face Recognition Example [[English]](./README.md) + +如何运行示例可参考此[说明](../../README_CN.md),以下为使用人脸识别示例的特殊说明。 + +## 人脸识别模型配置 + +在终端输入 `idf.py menuconfig` ,依次 (Top) -> Component config -> ESP-WHO -> Model Configuration -> Face Recognition 可进入人脸识别模型配置界面,如下图所示: + +![](../../img/face_recognition_model_config.png) + +您可以在这里配置模型的版本和量化方式。 + +## 按键默认设置 + +- 交互按键为Boot键。 +- 短按按键:识别人脸。 +- 长按按键:录入人脸。 +- 双击按键:删除最后一个被录入的人脸。