diff --git a/frigate/detectors/detection_runners.py b/frigate/detectors/detection_runners.py index eb3a0ecb9..89ebb35eb 100644 --- a/frigate/detectors/detection_runners.py +++ b/frigate/detectors/detection_runners.py @@ -131,6 +131,7 @@ class ONNXModelRunner(BaseModelRunner): return model_type in [ EnrichmentModelTypeEnum.paddleocr.value, + EnrichmentModelTypeEnum.yolov9_license_plate.value, EnrichmentModelTypeEnum.jina_v1.value, EnrichmentModelTypeEnum.jina_v2.value, EnrichmentModelTypeEnum.facenet.value,