Error Unable to create Yolo detector for model delivery

AlphaBlueIris

Getting the hang of it
Joined
Jan 17, 2022
Messages
125
Reaction score
27
Location
Boston
I'm getting this error, what does it mean? I was able to distinguish between UPS, Amazon and etc, now I have this issue.
 

Attachments

AlphaBlueIris

Getting the hang of it
Joined
Jan 17, 2022
Messages
125
Reaction score
27
Location
Boston
So sad, getting no attention to my postings

Sent from my SM-S906U using Tapatalk
 

AlphaBlueIris

Getting the hang of it
Joined
Jan 17, 2022
Messages
125
Reaction score
27
Location
Boston
Codeproject 2.6 and the latest bu stable version

Sent from my SM-S906U using Tapatalk
 

VideoDad

Pulling my weight
Joined
Apr 13, 2022
Messages
162
Reaction score
216
Location
USA
Codeproject 2.6 and the latest bu stable version

Sent from my SM-S906U using Tapatalk
I'm also using 2.06 although I'm using 5.6.8.4 of BI.

Could you post a picture of your CPAI server screen? Which Object model detection are you using (e.g. YOLOv5 6.2).
Screenshot CP Server.png

Also, what happens if you use the CodeProject AI Explorer to do a custom model detection against a screenshot? Here's what I see:
Screenshot CP Explorer.png

I wonder if @MikeLud1 has any ideas about why BI/CPAI would be giving that error when trying to load a custom detection model? The only thing I found searching the CPAI forums is someone saying turn off custom object detection which just masks the problem and doesn't solve it.
 

AlphaBlueIris

Getting the hang of it
Joined
Jan 17, 2022
Messages
125
Reaction score
27
Location
Boston
Great points, I ran thru the ai on bu but not in codeproject. I will send the screen tonight when I get home. Thanks for the help.

Sent from my SM-S906U using Tapatalk
 

VideoDad

Pulling my weight
Joined
Apr 13, 2022
Messages
162
Reaction score
216
Location
USA
Great points, I ran thru the ai on bu but not in codeproject. I will send the screen tonight when I get home. Thanks for the help.

Sent from my SM-S906U using Tapatalk
I did a little more investigating and I think I know what might be happening. You might have your delivery.pt in the wrong folder.

Previously the folder for custom models was:
C:\Program Files\CodeProject\AI\AnalysisLayer\CustomDetection\assets

The only thing that you should now see in there are 0 bytes copies of the actual files.

The folder for custom models for CPAI version 2 is:
C:\Program Files\CodeProject\AI\AnalysisLayer\ObjectDetectionYolo\custom-models
 

AlphaBlueIris

Getting the hang of it
Joined
Jan 17, 2022
Messages
125
Reaction score
27
Location
Boston
That may explain, I will check it tonight and report back.

Sent from my SM-S906U using Tapatalk
 

AlphaBlueIris

Getting the hang of it
Joined
Jan 17, 2022
Messages
125
Reaction score
27
Location
Boston
@VideoDad, I have attached several print screens, everything looks ok but the last screen gives me an error when I try the delivery truck.
 

Attachments

VideoDad

Pulling my weight
Joined
Apr 13, 2022
Messages
162
Reaction score
216
Location
USA
@VideoDad, I have attached several print screens, everything looks ok but the last screen gives me an error when I try the delivery truck.
I also assume you have restarted the PC where BI and CPAI are installed? I can't see anything else different except I'm using CPU vs. GPU.
 

AlphaBlueIris

Getting the hang of it
Joined
Jan 17, 2022
Messages
125
Reaction score
27
Location
Boston
Unfortunately I rebooted it with same results. Thank you for your help.

Sent from my SM-S906U using Tapatalk
 

AlphaBlueIris

Getting the hang of it
Joined
Jan 17, 2022
Messages
125
Reaction score
27
Location
Boston
Last night, I was reading your post again about you having a CPU, I changed codeproject to CPU and back to GPU and now it seems to be working, at least I don't get that message in codeproject anymore. I will keep you posted.

Sent from my SM-S906U using Tapatalk
 
Top