Search results

  1. R

    Rtx4060 GPU codeproject AI ALPR

    Hi thanks I tried that but still the same issue
  2. R

    Rtx4060 GPU codeproject AI ALPR

    Ok now Im testing with the correct cuda version and I get an error with the LPR using GPU ALPR_adapter.py: Could not locate cublasLt64_11.dll. Please make sure it is in your library path! But the YOLO works ok with GPU still.
  3. R

    Rtx4060 GPU codeproject AI ALPR

    I managed to fix with Claude AI help # Stop BITS service net stop bits # Delete BITS queue Remove-Item "$env:ALLUSERSPROFILE\Microsoft\Network\Downloader\qmgr*.dat" # Start BITS service net start bits # Reset BITS service sc.exe sdset bits...
  4. R

    Rtx4060 GPU codeproject AI ALPR

    Ok thanks again for reply very much appreciated I will downgrade and report back.
  5. R

    Rtx4060 GPU codeproject AI ALPR

    Hi thanks for your reply please see below:
  6. R

    Rtx4060 GPU codeproject AI ALPR

    Hi I have code project AI working with blueiris to capture number plates. I have yolo 6 working with my GPU and want to use the ALPR model with my GPU as well. I can change the ALPR to use GPU and it restarts without any errors with the GPU but it never recognises anything, where when set to CPU...