From 388f4683f7579ab35c52efc0c54d698bef6d2910 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 26 May 2025 09:01:58 -0500 Subject: [PATCH] clarify face docs --- docs/docs/configuration/face_recognition.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/face_recognition.md b/docs/docs/configuration/face_recognition.md index 3082e46d0..63c16c2a8 100644 --- a/docs/docs/configuration/face_recognition.md +++ b/docs/docs/configuration/face_recognition.md @@ -74,8 +74,10 @@ Fine-tune face recognition with these optional parameters at the global level of ## Usage +Follow these steps to begin: + 1. **Enable face recognition** in your configuration file and restart Frigate. -2. **Upload your face** using the **Add Face** button's wizard in the Face Library section of the Frigate UI. +2. **Upload one face** using the **Add Face** button's wizard in the Face Library section of the Frigate UI. Read below for the best practices on expanding your training set. 3. When Frigate detects and attempts to recognize a face, it will appear in the **Train** tab of the Face Library, along with its associated recognition confidence. 4. From the **Train** tab, you can **assign the face** to a new or existing person to improve recognition accuracy for the future.