I have jetpack 4.6 on my Jetson NX. And I am developing object detection model using YOLOv3. As far as I know, OpenCV 4.1.1 not support “DNN_BACKEND_CUDA”. Thats why I want to remove default OpenCV 4.1.1 and install 4.5.
I tried to uninstall using sudo sudo apt-get purge *libopencv* command, it looks like uninstalled but not. I check with import cv2 command and still importing. Also I checked the version using cv2.__version__ command and it printing the version ‘4.1.1’.