[Detector Support]: ONNX GeForce GTX 750 Ti #20088
Replies: 1 comment 5 replies
-
Your GeForce GTX 750 Ti has Compute Capability 5.0, which meets the minimum compute capability required for Frigate’s TensorRT/ONNX support(1). However, the documentation specifies that the minimum driver version must be >=545 and the GPU must support CUDA 12.x libraries for TensorRT(1). The GTX 750 Ti is a Maxwell-era GPU, but not all Maxwell GPUs are fully supported by TensorRT with the CUDA 12.x stack, and some features/models (like YOLO-NAS) may require newer GPU instructions not present on older cards(1). The error message:
indicates that the CUDA runtime could not find a compatible kernel for your device. This typically means that the ONNX runtime (or the model itself) was built targeting newer architectures and is not compatible with the GTX 750 Ti(2). Key points from the documentation:
Summary: 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
Another request regarding Frigate 0.16 compatibility with GPU. My GTX 750 Ti (Driver Version: 560.35.05, CUDA Version: 12.6) is not working with the ONNX detector and YoloNAS model on Frigate 0.16
According to the CUDA GPU Compute Capability - the GeForce GTX 750 Ti has Compute Capability 5.0, which meets the minimum requirements
I must say that the GTX 750 Ti is compatible with Frigate 0.15 and works fully in my environment.
Version
0.16.1-e664cb2
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Install method
Docker Compose
Object Detector
TensorRT
Screenshots of the Frigate UI's System metrics pages
Can't start
Any other information that may be helpful
Beta Was this translation helpful? Give feedback.
All reactions