CodeProject.ai with License Plate Reader module - HowTo?

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,225
Reaction score
4,280
Location
Brooklyn, NY

jeremycolvin

Getting the hang of it
Joined
Jul 23, 2023
Messages
115
Reaction score
68
shoot.... already installing the other one... have to wait for it to finish, then I will uninstall it and install the one you posted.
ok... installed 11.8.0.522.06 from the link above... re-ran the test, still not working... that nvcc --version command still is not recognized either though...

image.png
 

jeremycolvin

Getting the hang of it
Joined
Jul 23, 2023
Messages
115
Reaction score
68
nvcc --version worked this time...

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:41:10_Pacific_Daylight_Time_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0

i re-ran the test again though, still "No predictions returned"
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,225
Reaction score
4,280
Location
Brooklyn, NY
nvcc --version worked this time...

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:41:10_Pacific_Daylight_Time_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0

i re-ran the test again though, still "No predictions returned"
So now nvcc --version is working. Next download the below and run install_cudnn.bat. After running the bat file reboot the PC.

 

jeremycolvin

Getting the hang of it
Joined
Jul 23, 2023
Messages
115
Reaction score
68
Tried cropping the image to just the car, and just the plate as well.... still no dice...

So now nvcc --version is working. Next download the below and run install_cudnn.bat. After running the bat file reboot the PC.

ok... installing now, then will reboot and report. Thank you for your help! :)
 

MikeLud1

IPCT Contributor
Joined
Apr 5, 2017
Messages
2,225
Reaction score
4,280
Location
Brooklyn, NY
Tried cropping the image to just the car, and just the plate as well.... still no dice...



ok... installing now, then will reboot and report. Thank you for your help! :)
If it does not work there is one more step needed, the below post has the last step. Also one more reboot.

 

jeremycolvin

Getting the hang of it
Joined
Jul 23, 2023
Messages
115
Reaction score
68
Looks like it caught the plate in the logs! :)

level time object message
3 8/10/2023 12:21:33.721 AM License-Left-22 MOTION_A
0 8/10/2023 12:21:38.988 AM License-Left-22 AI: Alert canceled [nothing found] 181ms
3 8/10/2023 12:22:03.787 AM License-Left-22 MOTION_A
0 8/10/2023 12:22:09.195 AM License-Left-22 AI: Alert canceled [nothing found] 225ms
0 8/10/2023 12:22:14.699 AM License-Left-22 AI: Alert canceled [nothing found] 204ms
3 8/10/2023 12:22:18.149 AM License-Right-21 MOTION_A


***
0 8/10/2023 12:22:23.540 AM License-Right-21 AI: [] HRC5959:99% [615,674 830,800] 348ms
0 8/10/2023 12:22:23.543 AM License-Right-21 AI: HRC5959:99%
0 8/10/2023 12:22:23.548 AM License-Right-21 Plate: HRC5959 [99%]
***

3 8/10/2023 12:22:32.352 AM License-Right-21 MOTION_A
0 8/10/2023 12:22:37.594 AM License-Right-21 AI: Alert canceled [nothing found] 173ms
3 8/10/2023 12:22:43.080 AM License-Right-21 MOTION_A
0 8/10/2023 12:22:48.332 AM License-Right-21 AI: Alert canceled [nothing found] 159ms
3 8/10/2023 12:22:50.381 AM License-Right-21 MOTION_A
0 8/10/2023 12:22:55.853 AM License-Right-21 AI: Alert canceled [nothing found] 297ms
3 8/10/2023 12:23:08.680 AM License-Right-21 MOTION_A
0 8/10/2023 12:23:14.030 AM License-Right-21 AI: Alert canceled [nothing found] 210m
3 8/10/2023 12:24:26.525 AM License-Left-22 MOTION_A
0 8/10/2023 12:24:31.989 AM License-Left-22 AI: Alert canceled [nothing found] 356ms
3 8/10/2023 12:24:32.177 AM License-Right-21 MOTION_A
0 8/10/2023 12:24:37.517 AM License-Right-21 AI: Alert canceled [nothing found] 173ms
3 8/10/2023 12:24:39.825 AM License-Left-22 MOTION_A
0 8/10/2023 12:24:45.066 AM License-Left-22 AI: Alert canceled [nothing found] 183ms
3 8/10/2023 12:24:53.656 AM License-Right-21 MOTION_A
0 8/10/2023 12:24:59.017 AM License-Right-21 AI: Alert canceled [nothing found] 191ms
3 8/10/2023 12:25:02.858 AM License-Left-22 MOTION_A
0 8/10/2023 12:25:08.123 AM License-Left-22 AI: Alert canceled [nothing found] 169ms
3 8/10/2023 12:25:17.220 AM License-Left-22 MOTION_A
0 8/10/2023 12:25:22.616 AM License-Left-22 AI: Alert canceled [nothing found] 175ms
3 8/10/2023 12:25:32.596 AM License-Left-22 MOTION_A
0 8/10/2023 12:25:37.964 AM License-Left-22 AI: Alert canceled [nothing found] 168ms
3 8/10/2023 12:25:55.591 AM License-Right-21 MOTION_A
0 8/10/2023 12:26:00.842 AM License-Right-21 AI: Alert canceled [nothing found] 170ms
 

jeremycolvin

Getting the hang of it
Joined
Jul 23, 2023
Messages
115
Reaction score
68
is there a more GUI way of seeing the plates caught other than shifting manually through the logs?
 
Top