How do I install openCV with CUDA support on Jetson TX1?

I’m trying to run a python script that requires OpenCV and YOLOV4. I can run the script but when I do it, the GPU is not been utilized. When I python -c “import cv2; print(‘CUDA support:’, ‘Yes’ if cv2.cuda.getCudaEnabledDeviceCount() > 0 else ‘No’)” I see that CUDA is not supported. The problem is that I haven’t found recent tutorials or guides, and I thought that installing the sdk manager components it would be enough.

Hi,

You can find a script below:

Thanks.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.