You need to checkoff ALPR for plates, all other setting are fineOpen for suggestions. Not showing any logging in CPAI on my Z12E LPR cam.
View attachment 170746View attachment 170748View attachment 170749View attachment 170750View attachment 170751View attachment 170752View attachment 170753View attachment 170754View attachment 170755View attachment 170756View attachment 170757View attachment 170758View attachment 170759
@Nunofya It's on BI settings with CodeProject.AI logo on the right
See your screenshot, it's underneath the "Face recognition" checkbox
do you mean have a "blank" box or have a 'check' in the box?
Hmmm... not sure how I missed this. I'll check it out, thanks!If you read @MikeLud1 more recent config advice Blue Iris and CodeProject.AI ALPR , alpr for custom model is recommended.
Hmmm... not sure how I missed this. I'll check it out, thanks!
Edit: This didn't work on my CPU only system so I had to revert back to my original settings.
BI - 5.7.9.6, CPAI - 2.1.11What BI version are you using?
BI - 5.7.9.6, CPAI - 2.1.11
Not that I know of.That was it. It appears to be duplicating the license plate number in the alert image. Is there anyway to stop this?
View attachment 170791
Thanks Mike, I'll just have to learn to control my OCD.Not that I know of.
It should not make a difference because the ALPR module uses the license-plate model to find the plate before it does the OCR. Post a screenshot of your camera's AI settingsAfter watching this for a few hours I noticed that I'm missing a lot of plates that clearly should have been recognized. Switching back to the license-plate model seems significantly more reliable.
View attachment 170800
View attachment 170801
start_time = time.perf_counter()
detect_plate_response = await module_runner.call_api("vision/custom/license-plate",
files={ "image": image_data },
data={"min_confidence": opts.plate_confidence})
inferenceMs += int((time.perf_counter() - start_time) * 1000)
Below are my settingsAfter watching this for a few hours I noticed that I'm missing a lot of plates that clearly should have been recognized. Switching back to the license-plate model seems significantly more reliable.
View attachment 170800
View attachment 170801