installing 3.4.12 for ubuntu 18.04 LTS (install from source) for yolov4
Hi, i have decided to change to opencv 3.4.12 , the latest version for the 3.4.x series. Now, i understand that the command
git clone https://github.com/opencv/opencv.git
can be used to install the latest version, however, it only does this for the latest overall version, which is 4.5.1 .
What can i do to specify to the terminal that i want to install 3.4.12 . Please give some suggestions, thank you.
Prefarably, on how to install opencv from source.
The website i found to install opencv for ubuntu 18.04: https://linuxize.com/post/how-to-inst...
What cmake configuration options did you use? Did you try compiling it without OpenCL support?
please also try with a more recent version, 3.4.0 is years old, and noone can reproduce your problems anymore
Before u installed opencv3.4.0. Didn't u update and upgrade before ?
i did update and upgrade
R u on raspberry pi? What's model?
How do i check my cmake configuration options, I basically just accessed a directory, then "make -j4". I followed this website: https://www.pytorials.com/how-to-inst...
Except for
sudo apt-get install python2.7-dev python3.5-dev
, where i changed it to python3.6, since my linux doesnt have python3.5.Uh no, this isn't raspberry pi, this is on my pc. It is nvidia GE MTX 130 series if that helps.
@berak Im just afraid that the recent version will be incompatible
please add the cmake console output to your question (it's rather long)
what do you mean -- "incompatible" ?
get recent github src, and build from that ! (don't rely on ubuntu's ppm, which will only drag in outdated stuff)