-
Notifications
You must be signed in to change notification settings - Fork 206
Description
Hi! I'm using CoPAI for Blue Iris and run it in Docker. Everything was solid for several months, but yesterday has soped (in Docker) and didnt want to start.
I've reinstalled the container by pulling new image.
Since then I get Object Detection "Failed to start" no matter what module (Yolo) I use.
In the server logs I see:
Infor Started Object Detection (YOLOv8) module
Error detect_adapter.py: Traceback (most recent call last):
Error detect_adapter.py: File "/app/modules/ObjectDetectionYOLOv8/detect_adapter.py", line 10, in
Error detect_adapter.py: from codeproject_ai_sdk import RequestData, ModuleRunner, LogMethod, JSON
Error detect_adapter.py: ModuleNotFoundError: No module named 'codeproject_ai_sdk'
Infor ** Module ObjectDetectionYOLOv8 has shutdown
Could you please tell me how to fix it ?