Search results

  1. jacobcauble

    Full ALPR Database System for Blue Iris!

    Is there a way to get a fuzzy search match over to home assistant? The use case would be that a plate is sent over from Blue Iris to ALPR-database and the OCR is slightly incorrect, but a fuzzy match will match it to a known plate. If so, I'd like to let home assistant know that it matches a...
  2. jacobcauble

    Blue Iris and CodeProject.AI ALPR

    Is there any way for me to just run the alpr/license plate on a different module, like .net and use the coral module for general detections?
  3. jacobcauble

    Blue Iris and CodeProject.AI ALPR

    Is it possible to run the license plate reader with the object detection (coral)? I have the coral module working properly, but can't figure out how to get the license plate module working with it. I presume this is because the license plate models are for .pt and .onnx and not .tflite?