Skip to content
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

Can we use same script for OpenCV's older versions like 3.3.1? #12

Open
archanabwk opened this issue Feb 10, 2020 · 4 comments
Open

Can we use same script for OpenCV's older versions like 3.3.1? #12

archanabwk opened this issue Feb 10, 2020 · 4 comments
Assignees
Labels
question Further information is requested

Comments

@archanabwk
Copy link

I have OpenCV 3.3.1 installed on Nano. I want to rebuild it with Cuda enabled on it. Can we use same script for OpenCV 3.3.1 or any older version than OpenCV 4?

@mdegans
Copy link
Owner

mdegans commented Mar 3, 2020

Probably. You can specify a version like this. Please let me know if any problems with a specific version and I will try to adjust the script to be more flexible to accomadate.

@mdegans mdegans self-assigned this Mar 3, 2020
@archanabwk
Copy link
Author

@mdegans Thanks for the reply. For now I have reinstalled the OpenCV with latest version on Nano and able to build it with Cuda enabled. I will try this version specific re-compilation on another Nano.

@mdegans mdegans added the question Further information is requested label Mar 6, 2020
@a904418
Copy link

a904418 commented Aug 5, 2020

I tried installing opencv_python==3.4.3.18 version and I get this message:

Getting version '3.4.3.18' of OpenCV
Cloning into 'opencv'...
warning: Could not find remote branch 3.4.3.18 to clone.
fatal: Remote branch 3.4.3.18 not found in upstream origin

@lweingart
Copy link

Hi mdegans,

First, I would like to thank you very much for providing this script. It allowed me to install opencv 4.4 flawlessly on my jetson nano jetpack 4.4, so really, thank you!

I'm trying to make an old piece of code to work on my jetson nano as well, and this project uses opencv 3.2.0.
I decided to try your script to install this opencv version but unfortunately it fails, after some time.
The fail seems to be related to cmake configuration, but as I have no knowledge of cmake, I'm struggling to find the reason why.

If by chance you have some free time and you would like to help me use your script to install opencv 3.2.0, here is a link to my terminal output, the CMakeOutput.log and the CMakeError.log

Thank you, happy new year!

Laurent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants