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
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.
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
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...
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