remove unnecessary print

This commit is contained in:
yoni13
2025-01-18 11:30:49 +08:00
parent be76857ae6
commit 87a46dcc5e

View File

@@ -55,7 +55,7 @@ def init_rknn(rknnModel, id) -> RKNNLite:
if ret != 0:
raise RuntimeError("Init runtime environment failed")
print(rknnModel, "\t\tdone")
return rknn_lite