CodeProject.AI Version 2.5

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,264
Reaction score
4,318
Location
Brooklyn, NY
Yolo5 .NET installed properly but I get this error when 6.2 tried to install.

11:56:27:Started Object Detection (YOLOv5 6.2) module
11:56:29:detect_adapter.py: Traceback (most recent call last):
11:56:29:detect_adapter.py: File "C:\Program Files\CodeProject\AI\modules\ObjectDetectionYOLOv5-6.2\detect_adapter.py", line 19, in
11:56:29:detect_adapter.py: from codeproject_ai_sdk import JSON, ModuleRunner, LogMethod, LogVerbosity, RequestData
11:56:29:detect_adapter.py: ModuleNotFoundError: No module named 'codeproject_ai_sdk'
11:56:29:Module ObjectDetectionYOLOv5-6.2 has shutdown

Do I need 6.2?
You do not need 6.2 if .NET is working.
 

nmbgeek

n3wb
Joined
Jan 15, 2023
Messages
25
Reaction score
18
Location
Myrtle Beach, SC
If they have an RTX3060 6.2 should offer much better performance right?

Here is another way to try and install.: Run an administrative command prompt and enter cd C:\Program Files\CodeProject\AI\modules\ObjectDetectionYOLOv5-6.2 (assumes default install location for CodeProject) and press enter. Then ../../setup and press enter. That should install the 6.2 via CLI.
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,264
Reaction score
4,318
Location
Brooklyn, NY
If they have an RTX3060 6.2 should offer much better performance right?

Here is another way to try and install.: Run an administrative command prompt and enter cd C:\Program Files\CodeProject\AI\modules\ObjectDetectionYOLOv5-6.2 (assumes default install location for CodeProject) and press enter. Then ../../setup and press enter. That should install the 6.2 via CLI.
No, I have a RTX 3060 in my main Blue Iris server and .NET is faster then 6.2

.NET
1727653380371.png

6.2
1727654006611.png
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,264
Reaction score
4,318
Location
Brooklyn, NY
Top