From 7e4987cfd05ce18fc0ad087f3e942edae489a237 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 7 Apr 2025 19:29:54 -0500 Subject: [PATCH] docs --- docs/docs/configuration/license_plate_recognition.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/license_plate_recognition.md b/docs/docs/configuration/license_plate_recognition.md index 30f1d7623a..d5b6f3df80 100644 --- a/docs/docs/configuration/license_plate_recognition.md +++ b/docs/docs/configuration/license_plate_recognition.md @@ -68,7 +68,7 @@ Fine-tune the LPR feature using these optional parameters: - Depending on the resolution of your camera's `detect` stream, you can increase this value to ignore small or distant plates. - **`device`**: Device to use to run license plate recognition models. - Default: `CPU` - - This can be `CPU` or `GPU`. For users without a model that detects license plates natively, using a GPU may increase performance of the YOLOv9 license plate detector model. + - This can be `CPU` or `GPU`. For users without a model that detects license plates natively, using a GPU may increase performance of the models, especially the YOLOv9 license plate detector model. ### Recognition @@ -170,6 +170,7 @@ An example configuration for a dedicated LPR camera using a Frigate+ model: # LPR global configuration lpr: enabled: True + device: CPU # can also be GPU if available # Dedicated LPR camera configuration cameras: @@ -221,6 +222,7 @@ An example configuration for a dedicated LPR camera using the secondary pipeline # LPR global configuration lpr: enabled: True + device: CPU # can also be GPU if available detection_threshold: 0.7 # change if necessary # Dedicated LPR camera configuration