Object Detection (Yolo) Failed to Start #352
Unanswered
pivanchenko2-design
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 ?
Beta Was this translation helpful? Give feedback.
All reactions