EDIT - SEE UPDATE BELOW
I updated in unraid but I am missing my previous plates in the DB. I tried updating via url/update and restarting the container but it didn't help.
1) Any guidance on how to run the update.sh in unraid?
2) Do I need to update the string in BI Alerts to: {...
You have to get into the db console and run a few commands.
You would need to download and mount migrations.sql on the same way as schema.sql, then open postgres docker console and run:
psql -U postgres -d postgres -f /migrations.sql
You may need to run the migration first to get it running like I did based upon some of the error messages. I'm just guessing here.
https://github.com/algertc/ALPR-Database/issues/13#issuecomment-2669892330
I updated to .28. ALPR is working great. Here are my BI --> AI settings for reference:
It doesn't appear I need to check the "Use GPU" checked. Any info on that? I don't see anything in the help file.
Maybe that's why my .25 is working since I updated to .27 then rolled back to .25. It took a couple attempts to get back on .25 and maybe there was something leftover from .27 to make my .25 work
I had updated to the latest release 5.9.9.27 then rolled back to 5.9.9.25. It took a few times which was different. BI would close after installing .25 then when it came back it was on the previous version .27.
I've never installed CP.AI on the BI machine. The only thing that I can think it...
CP.ai is 2.9.5. I mistyped it.
EDIT - MORE DETAILS
Mine is at 2.9.5 as I am using this repository below so I can use my GPU (Tesla P4 8GB SFF) for the YOLO:
While updating some things in unraid I again observed the following in BI.
CP.AI had restarted, I launched BI and the usual Blue...
CP.AI is only running on docker on an external machine. I've never installed it on my windows machine.
10.10.0.100 is the IP of my unraid box running CP.AI. The IP of my BI machine is 10.10.30.10. From what I understand, when you click the 3 dots under Use Custom Models, it is pulling...
That is just weird how its inconsistent as I am on BI (Win10 bare metal) = 5.9.9.25, CP.AI (docker on unraid box) = 2.9.95 2.9.5, LPR module = 3.3.4 but my LPR is working:
There has to be something else not working right.
Try stopping the Blue Iris service, restart cp.ai, start BI service, go to the Settings AI, then check the 3 dots. Also try hitting the Start button.
For reference, I'm running CP.AI as a docker container on my unraid machine.
I just had this exact same issue after updating BI to the latest stable 5.9.9.25 and here is what I did to get it working again.
1) Be sure that the custom models is showing correctly. When it wasn't working for me, when you clicked the three dots it was trying to pick a folder location on the...
No problem. Thanks I'll look for it.
I added a request on your roadmap for adding cars that don't have license plates. Thanks again for a great tool. Do you have a buy me a coffee link or similar?
@algertc @MikeLud1 I have an old database of license plates from using the Rekor and local sql tool, OpenALPR Tool - Save and Query CSV Exports.
Do you happen to know if I can bring those into ALPR Database? I have some captured from PlateMinder too. Is there a guide on importing previously...
Exactly. If it ain't broke, don't try to fix it. Some of my containers feel like they were built atop a house of cards and don't need it crashing down :lmao: .
Thanks for the lead. It looks like I got it working in unraid now:
Here are my container configs for reference:
I was getting some errors in the logs. Once I ran the migrations per Olympia in the github discussion everything was working. Based upon MY postgresql config settings here...