Search results

  1. MikeLud1

    BI6 ALPR CPAI Not Working?

    To shutdown CPAI just disable the service.
  2. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    Try disabling Use main stream images from a dual-stream having this enabled does not improve accuracy it just slows down the detection. It also might change on how it is detection the objects..
  3. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    Use the yolo8s.onnx model that came with Blue Iris model download, it should be about the same.
  4. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    To be fair try comparing my model against yolov11s because my model is trained using the small model.
  5. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    It was just added in the latest release, you need to download the models again from the main AI settings
  6. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    The new models are the best combination. The plate model is mine and it is the one in this post https://ipcamtalk.com/threads/blue-iris-version-6-license-plate-custom-model.84285/ The OCR model is the one that is discussed in this post. https://ipcamtalk.com/threads/fine-tune-bi6-0-ai-ocr.84469/
  7. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    They should be the same models I just renamed the files
  8. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    You can try the one in the below link https://github.com/MikeLud/CodeProject.AI-Custom-IPcam-Models/tree/main/ONNX%20models
  9. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    At this time it looks like the general model only works until Ken fixes it.
  10. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    Which ipcam-combined did you use (where did you download it). I will replace the file with the one you are using.
  11. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    You look to be set correctly, there looks to be an issue with the way BI does the post processing. The bi-general-v5.onnx model works fine. It looks like the bi-combined-v5 and bi-dark-v5 have issues.
  12. MikeLud1

    Blue Iris Version 6.0.1.24 Now Supports Custom Models

    You can download my custom models from the below link https://github.com/MikeLud/Blue-Iris-Custom-AI-Models/tree/main/Custom-YOLOv5 [6.0.1.24] – 2026-1-23 Added • Support for custom models using the built-in AI. The model must be an object detection model with an ONNX extension and either the...
  13. MikeLud1

    Trying out CodeProject.AI and getting "ModuleNotFoundError: No module named 'codeproject_ai_sdk'" when starting up

    I recommend using Blue Iris AI, it now has built in AI with ALPR.
  14. MikeLud1

    Trying to install ALPR on Windows 11 and I'm getting ALPR_adapter.py: INFO: Could not find files for the given pattern(s).

    I recommend using Blue Iris AI, it now has built in AI with ALPR.
  15. MikeLud1

    BI 6.0.1.21

    Yes, the only downside BI does not support custom models like CodeProject So far it looks to be stable and reliable Yes, also face If you upgrade you can still use CodeProject
  16. MikeLud1

    BI 6.0.1.21

    Built in AI
  17. MikeLud1

    Which YOLO to use?

    .NET can be use with all GPU makes including iGPU, out of all the testing I have done the .NET is the fastest.
  18. MikeLud1

    Fine Tune BI6.0 AI OCR

    No, select one of the yolo's for normal object detection. When you enable License plates in the camera it will know what models to use.
  19. MikeLud1

    Fine Tune BI6.0 AI OCR

    Link should work now
  20. MikeLud1

    Fine Tune BI6.0 AI OCR

    You need both models cct_s_v1_global.onnx and plates.onnx. The plates.onnx model detects the plate and the cct_s_v1_global.onnx model does the OCR.
  21. MikeLud1

    Fine Tune BI6.0 AI OCR

    Download the model from the below link, save the model in folder C:\BlueIris\AI\models then restart the Blue Iris service. Also you might want to give the plates.onnx model a try in the below post. Make sure you have Use of main stream images checked...
  22. MikeLud1

    Fine Tune BI6.0 AI OCR

    Ken added support for the cct-s-v1 model, check the change log
  23. MikeLud1

    Good news - LPR at night using ONVIF cameras in UniFi Protect now works! [Requires AI Port]

    Try my custom license plate model it should work better then the default BI model. https://ipcamtalk.com/threads/blue-iris-version-6-license-plate-custom-model.84285/
  24. MikeLud1

    License Plate reading image

    Duplicate the cam if you are using it to also do object detection and just use the duplicate cam for LPR
  25. MikeLud1

    License Plate reading image

    See if this helps https://ipcamtalk.com/threads/how-do-you-get-lpr-to-work-in-blue-iris.84432/post-970832
  26. MikeLud1

    Fine Tune BI6.0 AI OCR

    It would be better if Ken switches to using the cct-s-v1-global-model and/or cct-xs-v1-global-model, it has better accuracy. I have not had a chance to email Ken asking if he will make the switch. Average plate accuracy (all 66 countries) Region‑level averages (plate accuracy) I grouped...
  27. MikeLud1

    Blue Iris Version 6 License Plate Custom Model

    Maybe this weekend I will try making some changes to the training dataset and retrain the model to hopefully eliminate the detections of headlights & tail lights
  28. MikeLud1

    Blue Iris Version 6 License Plate Custom Model

    Also try using the below recommended setting Recommended min confidence setting Day 80% Night 85%