Search results

  1. olympia

    Full ALPR Database System for Blue Iris!

    Yes, this is the only way to do it on unRAID. The update.sh script won’t work. If the database tables have changed, you’ll always need to run migrations.sql manually from the console. What I usually do is check on GitHub before updating to see if migrations.sql has changed. If it has, I run Db...
  2. olympia

    Full ALPR Database System for Blue Iris!

    I figured it out! It’s not the IP address of the HA Docker that needs to be added to the whitelist, but the IP of the device you're accessing HA from. The reason it suddenly stopped working for me (which I initially thought was due to the 0.1.8 update) was actually a coincidence with the update...
  3. olympia

    Full ALPR Database System for Blue Iris!

    Thank you, but I know, it has been added and it was working up until the latest update. Are you saying it is working for you with v0.1.8?
  4. olympia

    Full ALPR Database System for Blue Iris!

    Am I the only one experiencing this issue with allowing access via iframe from Home Assistant?
  5. olympia

    Full ALPR Database System for Blue Iris!

    No sure what did I do differently than first time, but redid this and now it works as an app. Very nice! However, it looks like bypass authentication via iframe/ Home Assistant doesn't work any more.
  6. olympia

    Full ALPR Database System for Blue Iris!

    That's where I made the correction. The correction was completed, but the flag remained unlit. Even when I returned to the list, the flag was still unlit. Refreshing the list view didn't change it either.
  7. olympia

    Full ALPR Database System for Blue Iris!

    1) I’m not sure what you mean by this. Are you saying it waits until there are 500 unuploaded recognitions before uploading them all at once? 2) The flag doesn’t light up for me, even after refreshing the page.
  8. olympia

    Full ALPR Database System for Blue Iris!

    I added it using Safari, but when I open it from the home screen, it launches in the default browser, Brave. Not a big deal, though... I can easily live with that!
  9. olympia

    Full ALPR Database System for Blue Iris!

    Awesome! Thank you Charlie! Two questions: 1) When the training sets get uploaded? Is it like the the non-confirmed sets are uploaded immediately after injections and the confirmed ones when they get confirmed? 2) Correcting a plate doesn't set confirmation flag true for me. Is this only me?
  10. olympia

    Full ALPR Database System for Blue Iris!

    I'm not sure how that should look, but yes, I have the icon on my desktop, and it opens correctly. However, I still see the top and bottom bars of the browser, making it look like a browser rather than a standalone app. That said, I'm not using Safari, my default browser on my iPhone is Brave...
  11. olympia

    Full ALPR Database System for Blue Iris!

    @algertc the mobile view is also very cool and a huge improvement! :)
  12. olympia

    Full ALPR Database System for Blue Iris!

    OK, thank you! That makes complete sense and is exactly why I initially raised this question. However, in this case, users should have the ability to validate and correct the sets before they are uploaded for model improvement and retraining. This means we should also have the option to flag...
  13. olympia

    Full ALPR Database System for Blue Iris!

    Well, he's certainly the expert, so I’m not trying to be smarter, I just wanted to understand how it works. :)
  14. olympia

    Full ALPR Database System for Blue Iris!

    ...but wouldn't it be better to send only confirmed or corrected sets? I mean, how will the model learn if it receives sets with incorrect OCR readings? Or are we solely training the AI model to recognize plates rather than improving the OCR model's reading accuracy? I have to admit, I'm pretty...
  15. olympia

    Full ALPR Database System for Blue Iris!

    Thanks, @algertc. I changed it as well, but still no traffic. Based on @PeteJ's experience, it should probably be fine for me too. Regarding the AI training model, I’m not sure how this will work. Are we only submitting confirmed detections? As in, manually flagging positives and false...
  16. olympia

    Full ALPR Database System for Blue Iris!

    Upgrade (together with ai_dump) payload broke injection on my unraid deployment... Getting errors like: [AI TRAINING] No valid training data found. Please update your AI and Blue Iris action to capture annotation data. -------> not sure about this... All seems to be the latest... [ERROR]...
  17. olympia

    Blue Iris and CodeProject.AI ALPR

    ...because Blue Iris is a network dependent application. Consequently the best practice is to handle network dependency handling in its startup routine and only start activities on the network, once the network stack is up and running. I found a workaround however: if I change the startup type...
  18. olympia

    Blue Iris and CodeProject.AI ALPR

    Ahh, it’s not about necessity—it’s because I can! :) BI runs on a Windows 11 VM within an unRAID server, and I had an unused SFP+ port there what I could pass through to the VM. Plus, my core switch in the same rack cabinet had free SFP+ ports, so it was a no-brainer to connect them. :) ...but...
  19. olympia

    Blue Iris and CodeProject.AI ALPR

    Would be nice if you could try unchecking and rebooting to see if it starts. It’s not working on my end, but I might have a different issue. My BI machine uses a 10G SFP+ Ethernet interface, and the network initialization is slower than usual (taking 30–60 seconds after boot). This might be...
  20. olympia

    Blue Iris and CodeProject.AI ALPR

    @wpiman did you already update to .28?
  21. olympia

    Blue Iris and CodeProject.AI ALPR

    ...but you have auto start enabled what shouldn't be needed any longer with .28.
  22. olympia

    Blue Iris and CodeProject.AI ALPR

    .28 doesn't solve the issue for me. I still need to enable auto-start to get BI detecting the remote CPAI.
  23. olympia

    Blue Iris and CodeProject.AI ALPR

    Wow, yes, enabling auto-start (while not having local CPAI installed, so there is no CPAI to actually auto-start) fixes the issue for me. 5.9.9.27 is up and running with remote CPAI in unRAID docker what was not possible before. Thank you for following up on this!
  24. olympia

    Blue Iris and CodeProject.AI ALPR

    I'm experiencing this as well. This is what I meant when I said I noticed that in versions 5.9.9.25 and 5.9.9.27, BI no longer detects the CPAI update status in the 'Blue Iris News and Updates' tab, whereas it did in versions prior to 5.9.9.25. I firmly believe that the "Start now" button is...
  25. olympia

    Blue Iris and CodeProject.AI ALPR

    That's odd... On v5.9.8.5, where the config panel has a different layout, I see the following options for custom selection when clicking the three dots while using an external Docker for CPAI: So, there's no option to select the models, which makes sense since the models are managed within...
  26. olympia

    Blue Iris and CodeProject.AI ALPR

    @hopalong, based on your AI config tab in the main configuration, it looks like it's working for you because you're running some kind of hybrid setup between external and local CPAI. If you were using only external CPAI, you wouldn’t be able to select custom models in that menu: it would simply...
  27. olympia

    Blue Iris and CodeProject.AI ALPR

    @wpiman @PeteJ I'm joining the queue as I'm experiencing the exact same issue. While reinstalling Windows under BI, I ran into this problem after getting everything set up again. I spent hours troubleshooting before coming here and realizing that I was likely running a version earlier than...
  28. olympia

    Full ALPR Database System for Blue Iris!

    @sunny0101786 I mean no disrespect, but could you please continue troubleshooting your ALPR issue in the CodeProject.AI forum threads? As has been politely mentioned multiple times, what you're asking for is entirely off-topic for this discussion, which is focused on the ALPR database. Once you...
  29. olympia

    Full ALPR Database System for Blue Iris!

    Interesting how many iterations are possible based on different BI settings... :) I manually rerun the migration.sql command (since I’m the unRAID guy and have to do this manually), but it doesn’t work for me. I always have to go back to the /update page and run a database backfill cycle to...
  30. olympia

    Full ALPR Database System for Blue Iris!

    I was already on version 0.1.7 when this issue occurred, so I'll need to investigate why I'm still experiencing it.