Search results

  1. VideoDad

    Full ALPR Database System for Blue Iris!

    Check the API key didn't accidentally get reset. Can you give us the exact error message from the ALPR DB logs?
  2. VideoDad

    Full ALPR Database System for Blue Iris!

    Also wondering the same thing. I now remember what it's like being a kid waiting for Christmas morning...
  3. VideoDad

    Full ALPR Database System for Blue Iris!

    Yep. And I've now updated to 4.63.0.
  4. VideoDad

    Full ALPR Database System for Blue Iris!

    Still running fine.
  5. VideoDad

    Full ALPR Database System for Blue Iris!

    Ok, just updated to 4.62.0; I'll let you know if I have any issues.
  6. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm still on 4.55.0.
  7. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm on Windows, not having any issues with ALPR database crashing.
  8. VideoDad

    Full ALPR Database System for Blue Iris!

    Given I don't have Home Assistant, it would mean adding yet another thing to the box to get intelligent notifications. BI is pretty dumb in this respect. I was hoping that it could be a module in ALPR DB directly at some point.
  9. VideoDad

    Full ALPR Database System for Blue Iris!

    My biggest annoyance are: 1. System jumps back to login screen constantly when editing plates, searching, etc. 2. Date and time filters don't correctly account for local time. It seems to calculate a UTC date, or hour but then not show the correct local times for that date. And hours can be...
  10. VideoDad

    Full ALPR Database System for Blue Iris!

    @algertc is apparently pretty busy but I too hope we see some of the outstanding items addressed in the near future. I guess we were spoiled by the rapid pace early on.
  11. VideoDad

    Full ALPR Database System for Blue Iris!

    As I understand it, when you correct a plate, it is also marked as confirmed. You'll see it turn green meaning it is confirmed as correct and can be used by AI for training.
  12. VideoDad

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    The "To confirm" field should only contain a list of objects that are supported by the model. In your case, that's "dog", "cat", etc. The model doesn't have an object called "wildlife" so you wouldn't list it. BI then has three lists it uses to internally mark the clip as containing a vehicle...
  13. VideoDad

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    The latest versions of my delivery models are here: https://github.com/VideoDad/AI-Models The .NET folders contain the .onnx files for v5 and v8.
  14. VideoDad

    Full ALPR Database System for Blue Iris!

    Quick question. Are you having a single camera do object detection and ALPR? If so, I highly recommend creating a "clone" of the camera and separating the function of each copy. For the master, do object detection. For the clone, only do LPR detection. Only send alerts from the LPR copy of the...
  15. VideoDad

    Full ALPR Database System for Blue Iris!

    CV = Computer Vision? CRUD = Create, Read, Update, Delete - the basic operations in a persistent database. Is that correct?
  16. VideoDad

    Full ALPR Database System for Blue Iris!

    That seems to point to a problem still with the DB schema.
  17. VideoDad

    Full ALPR Database System for Blue Iris!

    Possibly... Did you try sending yourself an email alert and including &JSON in the message? It should have all the details from the call to the ALPR module. If it doesn't, then something is messed up. Can you add an email and post the JSON contents?
  18. VideoDad

    Full ALPR Database System for Blue Iris!

    Make sure you have the correct call. Don't put the &JSON in quotes after the ai_dump parameter. { "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" } It looks like your &JSON is empty. If still having...
  19. VideoDad

    Full ALPR Database System for Blue Iris!

    The license-plate custom model is to find a rectangular region consistent with a license plate. It does not, on it's own, figure out the letters and digits on the plate. Putting ALPR DB aside, are you getting plates read in BI correctly first?
  20. VideoDad

    Bye bye DORI, Hello OODPCVS

    OODPCVS = Overview, Outline, Discern, Perceive, Characterize, Validate, Scrutinize. I don't know why there need to be 7 levels, especially since we can just say "Enhance" and get the Scrutinize level of video. ;)
  21. VideoDad

    Full ALPR Database System for Blue Iris!

    Any chance this will also allow the adding of a YOLO11 object detection module? I know you were trying to get Chris Maunder to add it to the CPAI codebase before it got stalled. Selfishly I'd like to test my delivery models on YOLO11.
  22. VideoDad

    Repeated disk overallocation

    There isn't much reason to have both New and Storage on the same machine otherwise you are spending all your time copying and deleting. Most people set it up so their large HDD is New and then delete when that is about 90% full. Storage folder is then unnecessary. As for your CPU usage, that...
  23. VideoDad

    Blue Iris and CodeProject.AI ALPR

    I'd read through the following thread and see if anything is relevant to you. In particular, since CPAI moved off of the CodeProject servers, some links for updates in 2.6.5 won't work. But if it is working for you, consider "if it ain't broke..."...
  24. VideoDad

    Blue Iris and CodeProject.AI ALPR

    Are you having issues with 2.9.5? I'm not, so I'm sticking with that version. Would I like to see active updates? Yes, but I'm content with a working system, for now.
  25. VideoDad

    Full ALPR Database System for Blue Iris!

    WIll this be added to a CPAI build, or is Chris Maunder no longer making changes so we have to do our own patches? I would love to see a loadable YOLO11 module while we're at it. I know you (@MikeLud1) were working with Chris to get one added, but I haven't seen any traction on that request in...
  26. VideoDad

    Full ALPR Database System for Blue Iris!

    I reread @MikeLud1 's post and he does indeed say he is thinking of adding color, make and model. So ignore what I just said about that. Impressive if he can do that. But, that's yet another piece of data that we could use to match misread plates. If a Red Ford Bronco with plates AOT123 is seen...
  27. VideoDad

    Full ALPR Database System for Blue Iris!

    @MikeLud1 can correct me, but I think the screenshot you saw where it was detecting car details like the make and model was coming from PlateRecognizer. He was showing an example where the plate was at angle where his updated YOLO11 model was doing better than PlateRecognizer. But I don't think...
  28. VideoDad

    Full ALPR Database System for Blue Iris!

    I don't feel it's "principally incorrect" to use additional information from the database. The recognition can always be changed to a better model, a more accurate model, or even a different service (e.g. PlateRecognizer). That change should be independent of what additional steps the database...
  29. VideoDad

    Full ALPR Database System for Blue Iris!

    I'm using PlateRecognizer for OCR and it does a pretty decent job of character recognition. But even that can have issues with a slight change in lighting, an obstruction, change in angle of travel, front vs. rear, etc. Expecting the OCR to be 100% correct is unrealistic. The big benefit I see...