Open VieiraJardel opened 1 year ago
I have the same problem. I successfully installed OpenCV 4.6.0. In the jtop info, it shows:
OpenCV: 4.8.0 with CUDA: YES
However, when I checked with pip3 list, I found:
opencv-python 4.1.1
In Python 3.6, the OpenCV version is 4.1.1 without CUDA support. I checked and CV2 4.8.0 was build in Python 2.7
I want to use OpenCV 4.8.0 with Python 3.6. How can I do this?
I have the same problem. I successfully installed OpenCV 4.6.0. In the jtop info, it shows:
However, when I checked with pip3 list, I found:
In Python 3.6, the OpenCV version is 4.1.1 without CUDA support. I checked and CV2 4.8.0 was build in Python 2.7
I want to use OpenCV 4.8.0 with Python 3.6. How can I do this?