You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks to your file build_opencv.sh, I installed opencv on Jetson Xavier NX devkit with specific version- 4.5.4. MY ORIGINAL SETTINGS : JetPack ver 5.0.2, Ubuntu20.04, CUDA 11.4.239, cuDNN 8.4.1.50, OpenCV 4.5.4-with CUDA:NO, pytorch: 1.11.0 , torchvision:0.12.0
I executed "./build_opencv.sh 4.5.4" and it seems worked. But, when I try to check the result, jtop says opencv 4.5.4 installed successfully..and here is the problem. When I print cv2.getBuildInformation() in python script after import cv2, opencv4.8.1 version gets out so I can't run YOLO model with GPU support.
This is what I can see during build process - I can see opencv with version 4.5.4 and also has NVIDIA CUDA , cuDNN attribute at second picture.
and this is result of "cv2.getBuildInformation()" - opencv 4.8.1-dirty.
I didn't touch any additional setting at all!! And even worse, I can't see NVIDIA CUDA , cuDNN in this script.
I can't figure out what's the cause of the problem.. How can I fix this?
this is a screenshot for more detail
The text was updated successfully, but these errors were encountered:
Hi, Thanks to your file build_opencv.sh, I installed opencv on Jetson Xavier NX devkit with specific version- 4.5.4.
MY ORIGINAL SETTINGS : JetPack ver 5.0.2, Ubuntu20.04, CUDA 11.4.239, cuDNN 8.4.1.50, OpenCV 4.5.4-with CUDA:NO, pytorch: 1.11.0 , torchvision:0.12.0
I executed "./build_opencv.sh 4.5.4" and it seems worked. But, when I try to check the result, jtop says opencv 4.5.4 installed successfully..and here is the problem. When I print cv2.getBuildInformation() in python script after import cv2, opencv4.8.1 version gets out so I can't run YOLO model with GPU support.
This is what I can see during build process - I can see opencv with version 4.5.4 and also has NVIDIA CUDA , cuDNN attribute at second picture.
and this is result of "cv2.getBuildInformation()" - opencv 4.8.1-dirty.
I didn't touch any additional setting at all!! And even worse, I can't see NVIDIA CUDA , cuDNN in this script.
I can't figure out what's the cause of the problem.. How can I fix this?
this is a screenshot for more detail
The text was updated successfully, but these errors were encountered: