mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-24 15:47:43 +03:00
Debug logs for rknn embeddings check
This commit is contained in:
parent
f39475a383
commit
2bd096a85a
@ -168,7 +168,7 @@ def convert_onnx_to_rknn(
|
|||||||
if soc is None:
|
if soc is None:
|
||||||
soc = get_soc_type()
|
soc = get_soc_type()
|
||||||
if soc is None:
|
if soc is None:
|
||||||
logger.error("Could not determine SoC type")
|
logger.debug("Could not determine SoC type")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# Get model config for the specified type
|
# Get model config for the specified type
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user