From 92545ef1a526e28d2e9d4e5cde8aca37f496cd34 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 3 May 2025 20:53:54 -0500 Subject: [PATCH] add note about local --- docs/docs/configuration/face_recognition.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/face_recognition.md b/docs/docs/configuration/face_recognition.md index 41e6fe1a7..928aaef8a 100644 --- a/docs/docs/configuration/face_recognition.md +++ b/docs/docs/configuration/face_recognition.md @@ -28,6 +28,8 @@ Frigate has support for two face recognition model types: In both cases, a lightweight face landmark detection model is also used to align faces before running recognition. +All of these features run locally on your system. + ## Minimum System Requirements The `small` model is optimized for efficiency and runs on the CPU, most CPUs should run the model efficiently.