diff --git a/frigate/util/rknn_converter.py b/frigate/util/rknn_converter.py index d9c42bf0b..f354a25d1 100644 --- a/frigate/util/rknn_converter.py +++ b/frigate/util/rknn_converter.py @@ -168,7 +168,7 @@ def convert_onnx_to_rknn( if soc is None: soc = get_soc_type() if soc is None: - logger.error("Could not determine SoC type") + logger.debug("Could not determine SoC type") return False # Get model config for the specified type