Search results

  1. 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
  2. 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.
  3. 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.
  4. 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.
  5. 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...
  6. 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.
  7. 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.
  8. 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
  9. MikeLud1

    BI 6.0.1.21

    Built in AI
  10. 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.
  11. 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.
  12. MikeLud1

    Fine Tune BI6.0 AI OCR

    Link should work now
  13. 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.
  14. 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...
  15. MikeLud1

    Fine Tune BI6.0 AI OCR

    Ken added support for the cct-s-v1 model, check the change log
  16. 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/
  17. 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
  18. 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
  19. 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...
  20. 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
  21. MikeLud1

    Blue Iris Version 6 License Plate Custom Model

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

    Blue Iris Version 6 License Plate Custom Model

    I just uploaded it to the below Git Hub repo https://github.com/MikeLud/Blue-Iris-Custom-AI-Models/tree/main/Custom-YOLOv8-11
  23. MikeLud1

    How do you get LPR to work in Blue Iris?

    I had it set like this before todays release, I do not like the change from todays release, now it just has Scan each
  24. MikeLud1

    Blue Iris Version 6 License Plate Custom Model

    You should not need to fine tune this model the accuracy of the model is 99.3%, are you having issues with it detecting.
  25. MikeLud1

    How do you get LPR to work in Blue Iris?

    Here are my LPR AI settings. My LPR camera is set to 20 FPS, with the below setting when the LPR camera is triggered ever frame will be processed by the AI Main AI settings LPR camera AI settings
  26. MikeLud1

    Blue Iris Version 6 License Plate Custom Model

    This is a Blue Iris issue, you can try the below recommended min confidence settings, it may help Recommended min confidence setting Day 80% Night 85%
  27. MikeLud1

    BI not talking to CPAI

    I think you need to select Additional models
  28. MikeLud1

    License Plate reading image

    DoNotCancel ins not needed Yes
  29. MikeLud1

    License Plate reading image

    Clone this camera and just have the clone camera do the license plate reading only, not object detection. Use the main camera for object detection only.