This commit is contained in:
Josh Hawkins 2025-05-07 14:50:15 -05:00
parent 25f6ee7610
commit 68ef0b88fb

View File

@ -366,3 +366,7 @@ This could happen if cars or motorcycles travel close to your camera's timestamp
If you are using a model that natively detects `license_plate`, add an _object mask_ of type `license_plate` and a _motion mask_ over your text.
If you are not using a model that natively detects `license_plate` or you are using dedicated LPR camera mode, only a _motion mask_ over your text is required.
### I see "Error running ... model" in my logs. How can I fix this?
This usually happens when your GPU is unable to compile or use one of the LPR models. Set your `device` to `CPU` and try again. GPU acceleration only provides a slight performance increase, and the models are lightweight enough to run without issue on most CPUs.