Search results

  1. H

    Blue Iris and CodeProject.AI ALPR

    Also with the GPU support, the model stops after sometime. When restarted, it dequeues a whole bunch of request. If I run the model with GPU disabled, I get license plate recognition.
  2. H

    Blue Iris and CodeProject.AI ALPR

    I finally got things squared away in my installation. The CUDA/CUDNN installation isn't really an issue. It is the fiddlyness of paddle. I tracked the error message of Note: [Recommend] copy cudnn into CUDA installation directory. down to code in Paddle. The file is...
  3. H

    Blue Iris and CodeProject.AI ALPR

    Only CUDA 11.8 installed: Ouptut from set:
  4. H

    Blue Iris and CodeProject.AI ALPR

    I am also seeing this as well: 2024-06-02 16:12:06: License Plate Reader: [AttributeError] : Error during main_loop: Traceback (most recent call last): File "C:\Program Files\CodeProject\AI\modules\ALPR\../../SDK/Python\module_runner.py", line 618, in main_loop...
  5. H

    Blue Iris and CodeProject.AI ALPR

    Getting CPAI to work with my GeForce 1650 GRTX has been exciting :banghead: I have finally gotten things working on the YOLO side but ALPR has some issues. I am running CPAI 2.6.5 with LPR 3.1.0. I am getting errors every time BI fires off a request to the ALPR module. I have read through this...
  6. H

    2.1.9 beta and NVidia GTX defect (Solved)

    I am getting the same behavior, no AI processing for triggered events, but with use GPU unchecked in BI. 2.1.8 was working fine.
Top