-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
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
How to activate OpenCV on python3 #28
Comments
hi guys, |
I found the files and libs installed on my Jetson. |
i think,you can copy file to $ sudo cp /usr/local/lib/python3.5/site-packages/cv2.cpython-35m-aarch64-linux-gnu.so /usr/local/lib/python3.5/dist-packages/cv2.so $ ls /usr/local/lib/python3.5/dist-packages/cv2.* |
you need use nvidia sdkmanage update os to ubuntu18.04 update ./buidOpenCVTX2.sh file OPENCV_VERSION=4.2.0 time cmake -D CMAKE_BUILD_TYPE=RELEASE |
Thank you for answering my question. I appreciate it a lot. |
Hello @Ata1362 did @majiang2018 's solution work for opencv_contrib? |
No description provided.
The text was updated successfully, but these errors were encountered: