Search results

  1. MikeLud1

    Rtx4060 GPU codeproject AI ALPR

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

    Rtx4060 GPU codeproject AI ALPR

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

    Full ALPR Database System for Blue Iris!

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

    Full ALPR Database System for Blue Iris!

    I would just use the mouse
  8. MikeLud1

    Full ALPR Database System for Blue Iris!

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

    Full ALPR Database System for Blue Iris!

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

    Full ALPR Database System for Blue Iris!

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

    Full ALPR Database System for Blue Iris!

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

    Full ALPR Database System for Blue Iris!

    You need to ctrl + double left click
  15. MikeLud1

    Full ALPR Database System for Blue Iris!

    Make sure you have the below settings
  16. 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...
  17. MikeLud1

    Full ALPR Database System for Blue Iris!

    Check if your API key changed
  18. MikeLud1

    Full ALPR Database System for Blue Iris!

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

    Full ALPR Database System for Blue Iris!

    My log time is fine
  20. 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.
  21. 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.
  22. MikeLud1

    Full ALPR Database System for Blue Iris!

    It took my system just over 30 minutes to migrate 25K+ images
  23. MikeLud1

    Full ALPR Database System for Blue Iris!

    So far it looks to be working for me
  24. MikeLud1

    Full ALPR Database System for Blue Iris!

    Same thing for me
  25. MikeLud1

    Full ALPR Database System for Blue Iris!

    The migration is failing
  26. MikeLud1

    Full ALPR Database System for Blue Iris!

    Both files were changes with the last update
  27. MikeLud1

    Full ALPR Database System for Blue Iris!

    Did you manually update the two below files before pulling the latest? https://github.com/algertc/ALPR-Database/blob/main/migrations.sql https://github.com/algertc/ALPR-Database/blob/main/schema.sql
  28. MikeLud1

    Raccoon Package Pirate

    Before having his protein bars After having his protein bars
  29. MikeLud1

    Full ALPR Database System for Blue Iris!

    I just redid the new migrations.sql updates and it is working. Maybe I did not save the changes for the new migrations.sql