Search results

  1. 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...
  2. 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
  3. MikeLud1

    Full ALPR Database System for Blue Iris!

    It would be a submission engine.
  4. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc can do something like Correct Plate Number "Correct IP address".
  5. 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"...
  6. 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
  7. MikeLud1

    CodeProject.AI Version 2.5

    The plan is to release all my custom models.
  8. 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
  9. 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.
  10. MikeLud1

    Rtx4060 GPU codeproject AI ALPR

    First reboot the PC then try uninstalling the ALPR module then reinstall the module.
  11. 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
  12. MikeLud1

    Rtx4060 GPU codeproject AI ALPR

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

    Full ALPR Database System for Blue Iris!

    I will make the code changes tonight so you can see the training annotation format.
  14. 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.
  15. 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
  16. MikeLud1

    Full ALPR Database System for Blue Iris!

    I would just use the mouse
  17. MikeLud1

    Full ALPR Database System for Blue Iris!

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

    Full ALPR Database System for Blue Iris!

    If you use main stream it should improve the OCR.
  19. 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
  20. MikeLud1

    Full ALPR Database System for Blue Iris!

    The docker-compose.yml does have restart: unless-stopped. Make sure you changed the highlighted passwords https://github.com/algertc/ALPR-Database/blob/main/docker-compose.yml
  21. MikeLud1

    Full ALPR Database System for Blue Iris!

    Does the ALPR-Dashboard folder have the below folders and files
  22. MikeLud1

    Full ALPR Database System for Blue Iris!

    You should only call the Web Request for the Alert.
  23. MikeLud1

    Full ALPR Database System for Blue Iris!

    You need to ctrl + double left click
  24. MikeLud1

    Full ALPR Database System for Blue Iris!

    Make sure you have the below settings
  25. MikeLud1

    Full ALPR Database System for Blue Iris!

    Below is the workflow BI detects motion and sends image to the ALPR module The ALPR module uses the Object Detection module (license plate model) to detect if a license plate is in the image. If no license plate is found in the image the ALPR module returns a JSON that no plates were detected...
  26. MikeLud1

    Full ALPR Database System for Blue Iris!

    Check if your API key changed
  27. MikeLud1

    Full ALPR Database System for Blue Iris!

    Are you also having issues with the API key constantly change.
  28. MikeLud1

    Full ALPR Database System for Blue Iris!

    My log time is fine
  29. MikeLud1

    Full ALPR Database System for Blue Iris!

    I have two Blue Iris servers sending plates to the ALPR Dashboard. Every time I try to update the API key on any of the BI server the API key changes.
  30. MikeLud1

    Full ALPR Database System for Blue Iris!

    @algertc the API key keeps changing, and I keep on getting kicked out of the Dashboard back to the login page.