Search results

  1. MikeLud1

    CodeProject.AI on a separate PC on the network

    Your Anti Vires or Fire Wall might be blocking the downloads, try disabling them. Then retry uninstalling the Object Detection (YOLOv5 .NET) module then reinstall it with Do not use download cache enabled
  2. MikeLud1

    CodeProject.AI on a separate PC on the network

    Try uninstalling the Object Detection (YOLOv5 .NET) module then reinstall it with Do not use download cache enabled
  3. MikeLud1

    Grok 3’s Step-by-Step Guide: Setting Up ALPR Cameras with Blue Iris and CodeProject.AI

    The third bullet point should be first, CUDA needs to be installed before CodeProject.AI
  4. MikeLud1

    Is Rekor Scout still the best option?

    You can set the ALPR module to remove spaces
  5. MikeLud1

    Full ALPR Database System for Blue Iris!

    Are you clicking on Edit and drawing a box around the AOI
  6. MikeLud1

    Full ALPR Database System for Blue Iris!

    Try creating a clone of the camera and in the clone create an Area of interest (AOI) like the below image. Then use the clone just for ALPR.
  7. MikeLud1

    Is Rekor Scout still the best option?

    You can DM me the examples. The issue you are having might be the way you have your camera, trigger, and AI setup. I have my camera set to to 20 fps and the AI analyze one image each set to 50ms. With the below AI setting CP.AI will analyze every frame and BI will alert on the image with the...
  8. MikeLud1

    Is Rekor Scout still the best option?

    Can you post an full resolution image of one of the misses so I can see what is causing the miss.
  9. MikeLud1

    Full ALPR Database System for Blue Iris!

    I was in talk with Chris from CodeProject on an AI model database where user can download the models right from the CodeProject.AI Dashboard. The changes would needed be on the server side along with the modules. Currently the Object Detection (YOLOv8) module is the only module that has the...
  10. MikeLud1

    Full ALPR Database System for Blue Iris!

    Does the changes I made to the ALPR work fine or do you need me to change anything. If no changes are need I will work on getting the code update
  11. MikeLud1

    AI code project using cpu

    It is being recorded
  12. MikeLud1

    AI code project using cpu

    Make sure you have all your cameras setup to use sub-steam https://ipcamtalk.com/wiki/sub-stream-guide/ Use Main stream if available does not improve AI accuracy it just slows down the detection so make sure you disable it. The only time you should enable Use Main stream if available is on...
  13. MikeLud1

    Full ALPR Database System for Blue Iris!

    Is this going to be a new feature that we can detect plates in the future LOL
  14. MikeLud1

    Full ALPR Database System for Blue Iris!

    It would be a submission engine.
  15. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc can do something like Correct Plate Number "Correct IP address".
  16. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc maybe also have the IP address in the payload so if users have more then one server the ALPR Dashboard knows what server the payload came from. { "plate_number":"&PLATE", "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP"...
  17. MikeLud1

    Full ALPR Database System for Blue Iris!

    It is working for me, you also need to go into the settings and add your Blue Iris server IP & port
  18. MikeLud1

    CodeProject.AI Version 2.5

    The plan is to release all my custom models.
  19. MikeLud1

    Full ALPR Database System for Blue Iris!

    To update make sure you have the latest docker-compose.yml and migrations.sql then do docker compose pull and then docker compose up -d
  20. MikeLud1

    CodeProject.AI Version 2.5

    I already have a YOLO11 ipcam-combined model with @algertc help training the model. It will not work with the YOLOv8 module. I have the YOLO11 module ready to release, I will see if Chris from CP.AI will release the module.
  21. MikeLud1

    Rtx4060 GPU codeproject AI ALPR

    First reboot the PC then try uninstalling the ALPR module then reinstall the module.
  22. MikeLud1

    Rtx4060 GPU codeproject AI ALPR

    CUDA 12.8 is the issue try uninstalling CUDA 12.8 and install CUDA 12.4 https://developer.nvidia.com/cuda-12-4-0-download-archive?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_local
  23. MikeLud1

    Rtx4060 GPU codeproject AI ALPR

    Post a screenshot of your System Info like the below
  24. MikeLud1

    Full ALPR Database System for Blue Iris!

    I will make the code changes tonight so you can see the training annotation format.
  25. MikeLud1

    Full ALPR Database System for Blue Iris!

    The bounding box four values are in pixels: [x_min, y_min, x_max, y_max]. x_min and y_min are coordinates of the top-left corner of the bounding box. x_max and y_max are coordinates of bottom-right corner of the bounding box.
  26. MikeLud1

    Full ALPR Database System for Blue Iris!

    Once you do the &JSON switch I will add to the JSON the data to crop the characters so we can save OCR training images
  27. MikeLud1

    Full ALPR Database System for Blue Iris!

    I would just use the mouse
  28. MikeLud1

    Full ALPR Database System for Blue Iris!

    What about both left/right arrow keys and Next/Back
  29. MikeLud1

    Full ALPR Database System for Blue Iris!

    If you use main stream it should improve the OCR.
  30. MikeLud1

    Full ALPR Database System for Blue Iris!

    Generally main steam is not needed for AI. For the ALPR module it needs the full resolution image for the cropped license plate OCR