Full ALPR Database System for Blue Iris!

@MikeLud1 are these coordinates that are already in the &JSON output from the cropped image? I'm slightly confused but I think that's what's going on, weird dimensions though. Can I start making columns for these or is it going to look different?


JSON:
[
  {
    "api": "alpr",
    "found": {
      "success": true,
      "processMs": 436,
      "inferenceMs": 354,
      "predictions": [
        {
          "confidence": 0.9422435760498047,
          "label": "Plate: T121396C",
          "plate": "T121396C",
          "x_min": 469,
          "y_min": 557,
          "x_max": 614,
          "y_max": 677
        },
        {
          "confidence": 0.7209769487380981,
          "label": "Plate: KYJ5",
          "plate": "KYJ5",
          "x_min": 210,
          "y_min": 481,
          "x_max": 295,
          "y_max": 558
        }
      ],
      "message": "Found Plate: T121396C, Plate: KYJ5",
      "moduleId": "ALPR",
      "moduleName": "License Plate Reader",
      "code": 200,
      "command": "alpr",
      "requestId": "6a5d387c-807a-47b6-a4f7-17425b934318",
      "inferenceDevice": "GPU",
      "analysisRoundTripMs": 633,
      "processedBy": "localhost",
      "timestampUTC": "Tue, 19 Nov 2024 23:51:20 GMT"
    }
  }
]


Exactly what needs to be stored, and does anything need to be done to the values? Explain like I'm five please
 
I haven’t actually tested it on a deployment with data in it, so maybe make a copy of the directory first if you can, just in case…
I must be doing something wrong. I installed WSL and tried to run the following command:

curl -sSL | bash

and I get an error that the docker daemon is not running even though it is.

Screen Shot 2025-02-04 at 9.55.42 PM.png
 
No that checks out I didn't think about that. It's looking for a docker engine in the wsl system which is not what we want.

I'm gonna see what happens if I just throw the script at an AI and tell it to convert it to powershell...