CodeProject.AI Version 2.5

I set up the my camera, BlueIris & CodeProject all working perfectly from a couple years ago but recently I updated CodeProject and license plates are no longer being recognized. Are we still supposed to be using Object Detection (YOLOv5 6.2)? In Explorer mode, object detection flags DayPlate pretty well with various sample images I tried, but when I pop the same ones into the License Plate Reader, I'm getting no predictions returned. Any tips?
 
Assuming you're running CPAI 2.9.5, do you have the license plate reader module (3.3.4) installed? If so, uninstall the module and re-install it using the "Do not use download cache" option on the installed modules page.
Ok just tried this and ran into an error I saw earlier today, "ALPR_adapter.py: Could not locate cublasLt64_11.dll. Please make sure it is in your library path!"
What I did earlier was locate these missing cublas*.dll's and copy them directly over into the .py directory..
----
Copied the 2 dll's to the .py directory, I now have 3.3.4 installed using the "Do not use download cache" option but it's not working with various captures that I tested with and have worked before. Are there any 'standard' pictures to use for testing?
 
Last edited:
  • Like
Reactions: David L
Are there any 'standard' pictures to use for testing?
There is one buried in a test directory but it shouldn’t matter any picture should work as long as it contains whatever you’re trying to detect. Also you shouldn’t have to manipulate any DLL files to get this to work so I suspect you have something else going on. I would suggest you delete the app and start over. There are several responses in this thread that explain how to do this.
 
  • Like
Reactions: Skinny1 and David L