Closed ShreyaIAB closed 4 months ago
I solved this issue, basically i needed to change the line opencv_dir=${install_path}/lib/cmake/opencv4 to opencv_dir=${install_path}/lib64/cmake/opencv4 in the build_orb.sh script. That's why closing this thread. 👍
Hi, I am still getting the opencv issue.
in the bash file build_orb, the command is : opencv_dir=${install_path}/lib/cmake/opencv4
I feel this line is the problem, bz at this path no opencv folder exists for me.
then when i run the build.sh - cd Thirdparty/DBoW2 mkdir build cd build echo ${opencv_dir} echo ${install_path} cmake .. -DCMAKE_BUILD_TYPE=Release -DOpenCV_DIR=${opencv_dir} make -j
i get the error -
A version of opencv already exists in my conda environment and opencv also was installed successfully while running the build_orb commands
What can i change here to get to the correct path?