From 3ee2d69ff3ff9b354c800e7c1a16eb37d8a15389 Mon Sep 17 00:00:00 2001 From: Justin Charette Date: Thu, 26 Sep 2024 22:51:57 -0400 Subject: [PATCH] Fix issue when importing from module_logging The SDK is installed as a package in the python virtual environment and must include the package name to find the module. --- objectdetection_fd_rknn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/objectdetection_fd_rknn.py b/objectdetection_fd_rknn.py index 6f22649..cc5a20e 100644 --- a/objectdetection_fd_rknn.py +++ b/objectdetection_fd_rknn.py @@ -23,7 +23,7 @@ from numpy import array from PIL import UnidentifiedImageError -from module_logging import LogMethod +from codeproject_ai_sdk.module_logging import LogMethod from options import Options # import fastdeploy as fd # rknn