AI model RTX3090 optimize [exit code -1073741819 (0xC0000005)]

Hi,

I got an early exit when I try to run the object_dedection_image_viewer.py

[ZED][Object Detection] AI model not found, downloading |http://download.stereolabs.com/ai_model/objects_performance_2_0
|Done
Done
[ZED][Object Detection] Please wait while the AI model is being optimized for your graphics card
This operation will be run only once and may take a few minutes /
Process finished with exit code -1073741819 (0xC0000005)

On my Laptop (RTX 2060) is not such a problem.

*) phyton 3.7
*) sdk 3.4.2 (3.5 has the same problem)
*) RTX 3090 Cuda 11.0.3
*) RTX 2060 Cuda 10.2

May someone had this problem before?

Thanks!
Stefan

Hi,

The RTX 3090 requires at least CUDA 11.1, the compute capability 8.6 is too new for older versions of CUDA, that’s why it’s working on a 2060 (Turing GPU). See Release Notes :: CUDA Toolkit Documentation

Thank you!
Was the Problem.