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