Search results

  1. algertc

    Full ALPR Database System for Blue Iris!

    Yes, please, that would be very helpful. Doesn't need to be all formatted and beautiful or anything. If you could just send me an explanation for unraid that would be perfect.
  2. algertc

    Full ALPR Database System for Blue Iris!

    When I get a chance to work on this, I'll update the scripts to have them check themselves this way. Ty for the idea.
  3. algertc

    Full ALPR Database System for Blue Iris!

    I think it's just a confusingly written error from BI. Seems like any 500 error code says that. In those screenshots it was caused by the missing database schema.
  4. algertc

    Full ALPR Database System for Blue Iris!

    1.8 Released. Correct plate number fixed in the final release. I also created a full separate site for documentation, which looks way more professional than this actually is, LOL. There are definitely quite a lot of people using it, which I find so incredibly cool, and the goal of this...
  5. algertc

    Full ALPR Database System for Blue Iris!

    @PeteJ I think others weighed in on this with BI settings recommendations. It isn't anything to do with the app. The new live view makes it extremely clear if you are missing any plates that drive by, which is great. I actually had this issue myself and only realized it after having that...
  6. algertc

    Full ALPR Database System for Blue Iris!

    I had a feeling this might be the case… will fix.
  7. algertc

    Full ALPR Database System for Blue Iris!

    I highly recommend using the update script so you don’t have to worry about what changed and getting the different files. It will just take care of it all for you. I use it myself.
  8. algertc

    Full ALPR Database System for Blue Iris!

    PWA/mobile app video guide: I whipped this up pretty quickly, so it's kind of choppy. You may need to pause the video to read the text if it's too fast.
  9. algertc

    Full ALPR Database System for Blue Iris!

    Just tried and my correct validate/confirm functionality works exactly as it should. Idk why it isn't for you guys. I'm gonna tweak one other thing before releasing it, so maybe it will work when I build it again. That's super odd though... Rly not sure how it's behaving differently for you.
  10. algertc

    Full ALPR Database System for Blue Iris!

    @olympia maybe try docker pulling again. I might have fixed it after posting. I can’t fully remember.
  11. algertc

    Linux Software Needed to Repeat RTSP

    I like @pete_c answer. You can also just use FFMPEG on its own if want the most lightweight solution possible. That’s probably what’s going to be handling it in all the others anyways.
  12. algertc

    Full ALPR Database System for Blue Iris!

    These were all my testing
  13. algertc

    Full ALPR Database System for Blue Iris!

    What happens if you try the correct button in the viewer when you click on the image? It seems to work for me but I’ll have a look later. Yes it checks periodically and then if there are at least 500 plates with the necessary annotation data, it will build and send a training set. I’ll post a...
  14. algertc

    Full ALPR Database System for Blue Iris!

    1) Checked every 500 plates. it is all uploaded. They're just separated into two folders. 2) See #794
  15. algertc

    Full ALPR Database System for Blue Iris!

    That might be it. You can keep brave as your default browser, but I think you have to do it in safari when adding it to the home screen.
  16. algertc

    Full ALPR Database System for Blue Iris!

    On the correct it happens in the background, so it won't illuminate immediately. If you refresh the page it should show it. I'll try to make it instant. it should still be changing it though.
  17. algertc

    Full ALPR Database System for Blue Iris!

    Correct. I’d still leave it turned off because it’s just a different thing, but no there’s nothing it could do to mess anything up. Part of what is in the ai_dump are a bunch of coordinates and annotations from code project that get stored in a bunch of different columns in the database. If...
  18. algertc

    Full ALPR Database System for Blue Iris!

    Yeah that will be totally different and it shouldn’t actually even try to create it if it doesn’t have the data it needs. I’d probably leave it turned off if you’re using platerecognizer, but even if it were on I don’t think it would do anything.
  19. algertc

    Full ALPR Database System for Blue Iris!

    I never got to displaying the version, but as Pete’s post shows, if it’s anything other than whenever is newest on GitHub, it will tell you. I haven’t created the release for 1.8 yet, but the current newest container is ready and has the version number 1.8 inside of it. It’s just not like...
  20. algertc

    Full ALPR Database System for Blue Iris!

    See previous message. Just click out of it. Notice it says you have 1.8 and 1.7 is the latest. The version checking just checks inequality because you would normally never have something greater than the newest published.
  21. algertc

    Full ALPR Database System for Blue Iris!

    Alright that's in the latest image now and I modified the data preparation and verified it's correct in the cloud. It's gonna show the update message because the versions don't match, but you can just close the alert. I'll make the release soon.
  22. algertc

    Full ALPR Database System for Blue Iris!

    Added manual confirmation also. Correcting a plate will also set confirmed to true. The resulting training data will be organized into two categories: validated, unvalidated. That should be more accurate.
  23. algertc

    Full ALPR Database System for Blue Iris!

    Were you able to get it installed/working as a PWA on your home screen and not in the browser?
  24. algertc

    Full ALPR Database System for Blue Iris!

    I can modify it slightly to separate confirmed from non, but Mike seemed to think it was helpful either way. I am definitely no expert either. It's doing both models.
  25. algertc

    Full ALPR Database System for Blue Iris!

    I reduced my break time to 3 and max alert duration to 6 and it works even better. Very snappy. I mounted a second monitor below my main camera monitor to have that screen up full time now.
  26. algertc

    Full ALPR Database System for Blue Iris!

    It's all completely automated. Even if they weren't corrected at all, it would still be valuable to have images from so many different places, angles, environments, etc. Correcting misreads makes it even better. That is the only manual thing that you optionally can do. If you turn it on, it just...
  27. algertc

    Full ALPR Database System for Blue Iris!

    OHHHHHH, sorry, guys. It should be "ai_dump": &JSON with no quotes around the macro! @olympia
  28. algertc

    Full ALPR Database System for Blue Iris!

    The AI training log is normal. You won't have anything training capable until the new ALPR module comes out. DId you edit your blue iris action? Double check that's formatted correctly. Seems like that might be what it is.
  29. algertc

    Full ALPR Database System for Blue Iris!

    Not totally sure what caused that error there. I would just download it and chmod +x then ./update.sh The new install script downloads the update script and leaves it there with your other stuff.
  30. algertc

    Full ALPR Database System for Blue Iris!

    When I say update script, I'm talking about these: windows Linux That will just do everything for you. No need to do anything inside the app. Looks like the below when you run it.