Recent content by VideoDad

  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...