From 1deba9a03adfa921e1acaeef4971edc1a194c02d Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 31 Mar 2025 22:30:52 -0500 Subject: [PATCH] face rec, lpr, and plus docs updates --- docs/docs/configuration/face_recognition.md | 2 ++ docs/docs/configuration/license_plate_recognition.md | 5 +++-- docs/docs/integrations/plus.md | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/face_recognition.md b/docs/docs/configuration/face_recognition.md index fe6ed1f99..8dc4ac7b2 100644 --- a/docs/docs/configuration/face_recognition.md +++ b/docs/docs/configuration/face_recognition.md @@ -57,6 +57,8 @@ Fine-tune face recognition with these optional parameters: - Default: `0.8`. - `recognition_threshold`: Recognition confidence score required to add the face to the object as a sub label. - Default: `0.9`. +- `save_attempts`: Number of images of recognized faces to save for training. + - Default: `100`. - `blur_confidence_filter`: Enables a filter that calculates how blurry the face is and adjusts the confidence based on this. - Default: `True`. diff --git a/docs/docs/configuration/license_plate_recognition.md b/docs/docs/configuration/license_plate_recognition.md index ccb9a16a6..a9c487b0e 100644 --- a/docs/docs/configuration/license_plate_recognition.md +++ b/docs/docs/configuration/license_plate_recognition.md @@ -174,8 +174,8 @@ cameras: type: "lpr" # required to use dedicated LPR camera mode detect: enabled: True - fps: 5 # increase if vehicles move quickly - min_initialized: 2 # set at fps divided by 3 for very fast cars + fps: 5 # increase to 10 if vehicles move quickly across your frame + min_initialized: 2 width: 1920 height: 1080 objects: @@ -206,6 +206,7 @@ With this setup: - Snapshots will have license plate bounding boxes on them. - The `frigate/events` MQTT topic will publish tracked object updates. - Debug view will display `license_plate` bounding boxes. +- If you are using a Frigate+ model and want to submit images from your dedicated LPR camera for model training and fine-tuning, annotate both the `car` and the `license_plate` in the snapshots on the Frigate+ website, even if the car is barely visible. ### Using the Secondary LPR Pipeline (Without Frigate+) diff --git a/docs/docs/integrations/plus.md b/docs/docs/integrations/plus.md index f270f1d73..5b840cd31 100644 --- a/docs/docs/integrations/plus.md +++ b/docs/docs/integrations/plus.md @@ -51,6 +51,8 @@ You can view all of your submitted images at [https://plus.frigate.video](https: Once you have [requested your first model](../plus/first_model.md) and gotten your own model ID, it can be used with a special model path. No other information needs to be configured for Frigate+ models because it fetches the remaining config from Frigate+ automatically. +You can either choose the new model from the Frigate+ pane in the Settings page of the Frigate UI, or manually set the model in your config: + ```yaml model: path: plus://