Recent content by colipto

  1. C

    Blue Iris and CodeProject.AI ALPR

    Okay.. simply downloading the bat script is not installing cudnn... i realize that after reviewing the installation guide here Installation Guide.. although i didnt have to install cudnn fully on my 2080 ti setup... still dealing with issues on 1050 now dealing with the following errors in logs...
  2. C

    Blue Iris and CodeProject.AI ALPR

    Did notice this error related to yolo on the same machine.. clearly having issues with GPU aswell so i have to use .net - i did verify cudnn was installed 01:59:03:Object Detection (YOLOv5 6.2): [RuntimeError] : Traceback (most recent call last): File "C:\Program...
  3. C

    Blue Iris and CodeProject.AI ALPR

    No errors in log from what i can see The below results with CPU(detecting and working) then i switch ALPR over to GPU (No plates found) 01:43:11:Response received (...f8281f): Found Plate: DL11479 01:43:12:Client request 'alpr' in queue 'alpr_queue' (...5c466c) 01:43:12:Request 'alpr'...
  4. C

    Blue Iris and CodeProject.AI ALPR

    After downgrading to 11.8 and installing cuDNN, several restarts and more importantly using the test image provided by codeproject it does seem to work on my 2080 TI machine.. I'm still having issues with the GTX 1050 which will be the primary codeproject server .. what can i do to resolve this...
  5. C

    Blue Iris and CodeProject.AI ALPR

    Yep something weird going on with alpr and GPUs... could be my specific setup but based on previous comments that helped me get my working i would say its the latter. My specific setup VMware ESXI i7-12700k VM 1 - Blue Iris Server Windows 2022, latest blue iris update VM2 - Code Project...