esp-who/examples/human_face_recognition
yuanjiong 7b66fcbd2f 🔧 update configuration 2021-10-26 16:58:04 +08:00
..
lcd 🔧 update configuration 2021-10-26 16:58:04 +08:00
terminal 🔧 update configuration 2021-10-26 16:58:04 +08:00
README.md 📝 update doc 2021-10-25 16:18:52 +08:00
README_CN.md 📝 update doc 2021-10-25 16:18:52 +08:00

README.md

Human Face Recognition Example [中文]

The following is the special configuration of face recognition examples. For general configuration, please refer to this

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: 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.