AastaNV / JEP

247 stars 162 forks source link

After install, opencv version displayed by 'jtop' and python script by 'cv2.getBuildInformation()' doesn't match. #34

Open VieiraJardel opened 1 year ago

VieiraJardel commented 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?