We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: