Recent content by MikeLud1

  1. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    I am working on adding the option to save OCR training images then users can send me the training images so I can retrain the OCR model to improve accuracy. Most likely I will release a new version in a month or two.
  2. MikeLud1

    Worlds First Review - Dahua DH-IPC-HDW5849H-ASE-LED / IPC-Color4K-T - 2.8mm Turret

    If you want a full color option try the EmpireTech IPC-T549M-ALED-S2. This is what I have at my front door. It is not 4k but has a Min. Illumination of 0.0005 Lux@F1.0 (Color, 30IRE) like the EmpireTech IPC-Color4K-T...
  3. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    Make sure you have the below settings Main AI Settings Camera AI Settings
  4. MikeLud1

    CPAI 2.62 seems to be really good :)

    The Yolov5.Net module should be using whatever GPU you have, try enabling GPU
  5. MikeLud1

    Hall of shame

    This reminds me of Atlas at Rockefeller Center
  6. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    It depends on what model you are using to find the car, post a screenshot of your AI settings.
  7. MikeLud1

    CodeProject.AI Version 2.5

    Done
  8. MikeLud1

    CodeProject.ai with License Plate Reader module - HowTo?

    If the model work well I will train a YOLOv8 version. We currently do not have a YOLOv8 .NET module, I am using the YOLOv5 .NET module and are getting better performance then the YOLOv8 module.
  9. MikeLud1

    CodeProject.ai with License Plate Reader module - HowTo?

    So far the model is training well, I am using yolov5l. I am already thinking of scraping newer make and models.
  10. MikeLud1

    CodeProject.ai with License Plate Reader module - HowTo?

    I am training a model right now that will identify the make/model of vehicles. I am not sure how good it will be most of the model years are about 10+ years old. Link to Dataset I am using capstone-g7-car-detection Object Detection Dataset by Sudharsan Rengarajan CLASSES AM General Hummer SUV...
  11. MikeLud1

    CodeProject.AI Version 2.5

    There is a code typo, it should say GPU. It is still using your GPU, it will be fix in upcoming release
  12. MikeLud1

    CodeProject.AI Version 2.5

    Do you have some firewall blocking the install?
  13. MikeLud1

    CodeProject.AI Version 2.5

    Did any errors show in the log?
  14. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    It looks like the module did not install correctly. Try uninstalling the module then reinstall using Do not use download cache
  15. MikeLud1

    Blue Iris and CodeProject.AI ALPR

    The ALPR module uses the license-plate model first to find the license plates in the images sent. If the module does not find any license plates it returns nothing found. If it finds a license plate then it crops the plate and runs OCR on the cropped plate and send the OCR results.
Top