From 2bd096a85a179fa2e52d958275ca1758c1c67702 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 21 Aug 2025 15:41:08 -0600 Subject: [PATCH] Debug logs for rknn embeddings check --- frigate/util/rknn_converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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