CodeProject.AI Version 2.0

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,214
Reaction score
4,253
Location
Brooklyn, NY

fenderman

Staff member
Joined
Mar 9, 2014
Messages
36,903
Reaction score
21,275

nils_92

n3wb
Joined
Dec 13, 2019
Messages
12
Reaction score
2
Location
Germany
I'm using v2.4.5 with the google coral tpu however I don't get AI objects on the tuning and testing in BlueIris does anyone know why? Normal detections and alerts work fine.
 

BORIStheBLADE

Getting comfortable
Joined
Feb 14, 2016
Messages
740
Reaction score
2,070
Location
North Texas
I have a media server running Plex sitting right next to my BI server so I set it up with CPAI 2.4.5 running mesh. I only have four cameras running but curious how this will work.Screenshot 2023-12-17 064350.jpg
 

105437

BIT Beta Team
Joined
Jun 8, 2015
Messages
2,046
Reaction score
951
Clear browser cache
That worked! It also fixed the issue where I couldn't install YOLOv8 to test with.

Also, where can I find YOLO test images to add to the TestData folder for CPAI to run benchmarks and vision detections? Currently my TestData folder has these two images.

1702822204142.png
 

BORIStheBLADE

Getting comfortable
Joined
Feb 14, 2016
Messages
740
Reaction score
2,070
Location
North Texas
I have a media server running Plex sitting right next to my BI server so I set it up with CPAI 2.4.5 running mesh. I only have four cameras running but curious how this will work.View attachment 180308
Ok well after setting this up and not touching anything I took a walk and set off my cameras but the second PC set up with mesh didn't process anything. What I did notice is with setting both to the "large" model I'm getting faster processes than I did with the single PC running the "small " model. I' don't understand how thats happened. I have to clean my house before I touch this again. Got to keep the wife happy.
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,214
Reaction score
4,253
Location
Brooklyn, NY
That worked! It also fixed the issue where I couldn't install YOLOv8 to test with.

Also, where can I find YOLO test images to add to the TestData folder for CPAI to run benchmarks and vision detections? Currently my TestData folder has these two images.

View attachment 180309
Attached are all the TestData images
 

Attachments

105437

BIT Beta Team
Joined
Jun 8, 2015
Messages
2,046
Reaction score
951
Attached are all the TestData images
Using the pexels-maria-orlova-4947381 image on my PC here are the measurements for ipcam-general.

# Label Confidence
0 person 81%
1 car 80%
2 traffic light 63%
3 truck 60%
4 traffic light 59%
5 car 57%
6 truck 54%
7 traffic light 52%
8 truck 52%
9 car 50%
10 truck 48%
11 car 47%
12 traffic light 41%
Processed by ObjectDetectionYOLOv5-6.2
Processed on localhost
Analysis round trip 153 ms
Processing 140 ms
Inference 135 ms


# Label Confidence
0 car 89%
1 person 83%
2 traffic light 59%
3 truck 59%
4 truck 54%
5 car 53%
6 car 46%
7 truck 44%
8 traffic light 44%
9 car 42%
10 truck 41%
Processed by ObjectDetectionYOLOv8
Processed on localhost
Analysis round trip 1218 ms
Processing 1204 ms
Inference 1070 ms
 

Mad_Marik

n3wb
Joined
Jul 15, 2023
Messages
22
Reaction score
17
Location
USA
Using the pexels-maria-orlova-4947381 image on my PC here are the measurements for ipcam-general.

# Label Confidence
0 person 81%
1 car 80%
2 traffic light 63%
3 truck 60%
4 traffic light 59%
5 car 57%
6 truck 54%
7 traffic light 52%
8 truck 52%
9 car 50%
10 truck 48%
11 car 47%
12 traffic light 41%
Processed by ObjectDetectionYOLOv5-6.2
Processed on localhost
Analysis round trip 153 ms
Processing 140 ms
Inference 135 ms


# Label Confidence
0 car 89%
1 person 83%
2 traffic light 59%
3 truck 59%
4 truck 54%
5 car 53%
6 car 46%
7 truck 44%
8 traffic light 44%
9 car 42%
10 truck 41%
Processed by ObjectDetectionYOLOv8
Processed on localhost
Analysis round trip 1218 ms
Processing 1204 ms
Inference 1070 ms
Where is this report located in the system? Thx
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,214
Reaction score
4,253
Location
Brooklyn, NY
Using the pexels-maria-orlova-4947381 image on my PC here are the measurements for ipcam-general.

# Label Confidence
0 person 81%
1 car 80%
2 traffic light 63%
3 truck 60%
4 traffic light 59%
5 car 57%
6 truck 54%
7 traffic light 52%
8 truck 52%
9 car 50%
10 truck 48%
11 car 47%
12 traffic light 41%
Processed by ObjectDetectionYOLOv5-6.2
Processed on localhost
Analysis round trip 153 ms
Processing 140 ms
Inference 135 ms


# Label Confidence
0 car 89%
1 person 83%
2 traffic light 59%
3 truck 59%
4 truck 54%
5 car 53%
6 car 46%
7 truck 44%
8 traffic light 44%
9 car 42%
10 truck 41%
Processed by ObjectDetectionYOLOv8
Processed on localhost
Analysis round trip 1218 ms
Processing 1204 ms
Inference 1070 ms
It looks like you tested with default model, ipcam-general should look like the below

# Label Confidence
0 vehicle 87%
1 person 83%
2 vehicle 81%
3 vehicle 80%
4 vehicle 80%
5 vehicle 55%
6 person 52%
7 vehicle 48%
Processed by ObjectDetectionYOLOv5Net
Processed on PC-NVR
Analysis round trip 23 ms
Processing 19 ms
Inference 19 ms
 

prsmith777

Getting comfortable
Joined
Dec 23, 2019
Messages
268
Reaction score
382
Location
Colorado
Let me sleep on it.
Last night I uninstalled CUDA 11.8 and installed CUDA 12.x. uninstalled the modules, then reinstalled the modules not using cache then rebooted. Had to modify the module.json file again to lower the compute minimum for my GPU. This brought a new issue, where the alpr.py timed out as it couldnt find a file. I dont remember the exact file. I gave up and reverted everything back to CUDA 11.8.

Any thoughts on what to do next?
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,214
Reaction score
4,253
Location
Brooklyn, NY
Last night I uninstalled CUDA 11.8 and installed CUDA 12.x. uninstalled the modules, then reinstalled the modules not using cache then rebooted. Had to modify the module.json file again to lower the compute minimum for my GPU. This brought a new issue, where the alpr.py timed out as it couldnt find a file. I dont remember the exact file. I gave up and reverted everything back to CUDA 11.8.

Any thoughts on what to do next?
On previous versions did you have CUDA working for the ALPR module? I am try figure out if the current ALPR version might be the issue.
 
Top