diff --git a/frigate/detectors/plugins/onnx.py b/frigate/detectors/plugins/onnx.py index 6c9e510ce..6b0eb3ce8 100644 --- a/frigate/detectors/plugins/onnx.py +++ b/frigate/detectors/plugins/onnx.py @@ -40,6 +40,7 @@ class ONNXDetector(DetectionApi): path, detector_config.device, model_type=detector_config.model.model_type, + **detector_config.model_extra, ) self.onnx_model_type = detector_config.model.model_type