diff --git a/frigate/detectors/plugins/synaptics.py b/frigate/detectors/plugins/synaptics.py index 8097b34f4..70d972595 100644 --- a/frigate/detectors/plugins/synaptics.py +++ b/frigate/detectors/plugins/synaptics.py @@ -10,7 +10,7 @@ from synap.preprocessor import Preprocessor from synap.postprocessor import Detector from frigate.detectors.detection_api import DetectionApi -from frigate.detectors.detector_config import BaseDetectorConfig, ModelTypeEnum +from frigate.detectors.detector_config import BaseDetectorConfig, ModelTypeEnum, InputTensorEnum logger = logging.getLogger(__name__)