New CodeProject.AI License Plate Recognition (YOLO11) Module

Hey Mike,

So nothing was working, I decided to reinstall the original appsettings.json file so I could reinstall the original ALPR module.

Once I installed and started the original ALPR module the new ALPR module you made started working all of a sudden.

Wild shot in the dark, the original module creates an alpr_queue that the new one is looking for but can't find if the other is uninstalled?

ipcamwalt, I just did what you posted above and mine started working too! Thank you very much! I've been working on this for two days! LOL​

 
  • Like
Reactions: ipcamwalt
Happy to help and reduce the burden on Mike, looking forward to that ipcam-combined, this new license plate reader is amazing.

Edit: Not to derail things because this is working perfectly for me, but the number of inference report counts is wonky. I restarted CPAI so I could use Mike's new appsettings (working) but instead of starting at 0 it started in the 7000's which is where it was when I shut it down, and it didn't resume counting from there, it flips back and forth between low and mid 7000's until I triggered a plate reading and then it took 15 images and scanned them all and started flipping between three numbers, the actual count and the old counts.
 
Last edited:
I just did a fresh install of windows server 2025 and windows 11 pro. Just installed geforce drivers and runtime and SDK drivers also blueiris and codeproject ai. Still getting the same problem with the new 1.0.4 yolo11. Maybe I am missing something?
 
I just released Version 1.0.4, this version uses the original v1.0.0 way of initializing the models using default GPU Device ID 0. One addition is now you can also manually select the GPU Device ID as before v1.0.0 was fixed to GPU Device ID 0.
If the GPU does not initialize due to incorrect GPU Device ID it should automatically fallback to CPU. Check Task Manager and lookup you GPU ID and then go to CodeProject.AI Dashboard and under GPU Device Selection select the correct GPU Device ID

GPU initialized correctly and is using the GPU
1761001323597.png
1761001454498.png

GPU did not initialized correctly and is using the CPU
1761001670840.png
1761001769823.png
 
Last edited:
I just did a fresh install of windows server 2025 and windows 11 pro. Just installed geforce drivers and runtime and SDK drivers also blueiris and codeproject ai. Still getting the same problem with the new 1.0.4 yolo11. Maybe I am missing something?
Post a screenshot of Task Manager Performance GPU like the below Also your System Info

1761002188306.png
1761002299656.png