From 0eeb4da81ef4f5a7eb9286deff457c25789f5b4b Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:12:08 -0500 Subject: [PATCH] fix docs --- docs/docs/configuration/license_plate_recognition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/license_plate_recognition.md b/docs/docs/configuration/license_plate_recognition.md index 36d957b555..ea86ec7675 100644 --- a/docs/docs/configuration/license_plate_recognition.md +++ b/docs/docs/configuration/license_plate_recognition.md @@ -19,7 +19,7 @@ When a plate is recognized, the recognized name is: Users running a Frigate+ model (or any custom model that natively detects license plates) should ensure that `license_plate` is added to the [list of objects to track](https://docs.frigate.video/plus/#available-label-types) either globally or for a specific camera. This will improve the accuracy and performance of the LPR model. -Users without a model that detects license plates can still run LPR. Frigate uses a lightweight YOLOv9 license plate detection model that will on your CPU or GPU. In this case, you should _not_ define `license_plate` in your list of objects to track. +Users without a model that detects license plates can still run LPR. Frigate uses a lightweight YOLOv9 license plate detection model that runs on your CPU or GPU. In this case, you should _not_ define `license_plate` in your list of objects to track. :::note