Can't get GPU Detection to work?! What am I doing wrong??

Vansmak

Getting the hang of it
Jul 9, 2018
31
26
South Carolina
The title says it all....I'm running a dedicated windows 11 machine with a nvidia quadro k1200 gpu. I installed the Cuda/Nvidia Graphics Drivers ver. 535.35 along with the Cuda Toolkit 11.7. After that I downloaded and installed the "install_cuDNN-8.9.4.zip" and then reinstalled the YOLO 5.6.2 module and restarted the machine.

Screenshot 2024-12-01 103801.png

The Top Green Box is labeled GPU but I've tried over and over to enable GPU in the YOLO v5.6.2 settings and it always restarts back to CPU?

My system info:

Server version: 2.6.5
System: Windows
Operating System: Windows (Microsoft Windows 11 version 10.0.22631)
CPUs: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (Intel)
1 CPU x 6 cores. 12 logical processors (x64)
GPU (Primary): Quadro K1200 (4 GiB) (NVIDIA)
Driver: 516.94, CUDA: 11.7.64 (up to: 11.7), Compute: 5.0, cuDNN: 8.9
System RAM: 16 GiB
Platform: Windows
BuildConfig: Release
Execution Env: Native
Runtime Env: Production
Runtimes installed:
.NET runtime: 7.0.10
.NET SDK: Not found
Default Python: Not found
Go: Not found
NodeJS: Not found
Rust: Not found
Video adapter info:
Intel(R) UHD Graphics 630:
Driver Version 30.0.100.9864
Video Processor Intel(R) UHD Graphics Family
NVIDIA Quadro K1200:
Driver Version 31.0.15.1694
Video Processor Quadro K1200
System GPU info:
GPU 3D Usage 2%
GPU RAM Usage 218 MiB
Global Environment variables:
CPAI_APPROOTPATH = <root>
CPAI_PORT = 32168

Thanks in advance for any assistance!!
 
The title says it all....I'm running a dedicated windows 11 machine with a nvidia quadro k1200 gpu. I installed the Cuda/Nvidia Graphics Drivers ver. 535.35 along with the Cuda Toolkit 11.7. After that I downloaded and installed the "install_cuDNN-8.9.4.zip" and then reinstalled the YOLO 5.6.2 module and restarted the machine.

View attachment 208544

The Top Green Box is labeled GPU but I've tried over and over to enable GPU in the YOLO v5.6.2 settings and it always restarts back to CPU?

My system info:

Server version: 2.6.5
System: Windows
Operating System: Windows (Microsoft Windows 11 version 10.0.22631)
CPUs: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (Intel)
1 CPU x 6 cores. 12 logical processors (x64)
GPU (Primary): Quadro K1200 (4 GiB) (NVIDIA)
Driver: 516.94, CUDA: 11.7.64 (up to: 11.7), Compute: 5.0, cuDNN: 8.9
System RAM: 16 GiB
Platform: Windows
BuildConfig: Release
Execution Env: Native
Runtime Env: Production
Runtimes installed:
.NET runtime: 7.0.10
.NET SDK: Not found
Default Python: Not found
Go: Not found
NodeJS: Not found
Rust: Not found
Video adapter info:
Intel(R) UHD Graphics 630:
Driver Version 30.0.100.9864
Video Processor Intel(R) UHD Graphics Family
NVIDIA Quadro K1200:
Driver Version 31.0.15.1694
Video Processor Quadro K1200
System GPU info:
GPU 3D Usage 2%
GPU RAM Usage 218 MiB
Global Environment variables:
CPAI_APPROOTPATH = <root>
CPAI_PORT = 32168

Thanks in advance for any assistance!!
Since you reboot after installing YOLOv5 6.2 module not before, the paths were not set yet. Try uninstalling YOLOv5 6.2 module then reinstall.
 
  • Like
Reactions: JDreaming
Since you reboot after installing YOLOv5 6.2 module not before, the paths were not set yet. Try uninstalling YOLOv5 6.2 module then reinstall.
Thanks, but no matter what I do I can't seem to get YOLOv5 6.2 to run in GPU mode. I did however get YOLOv5 3.1 to run in GPU mode. Am I mistaken, I was under the impression that the Nvidia Quadro K1200 should run with YOLO 6.2??
 
i see that menu option....What is the default for the " half precision" and "Model size" I'm thinking probably Full precison and the largest model size..... ( never mind..A little menu surfing and I found mine to be on half precision and MEDIUM model settings

1733107131397.png
 
Last edited:
  • Like
Reactions: JDreaming