-
Notifications
You must be signed in to change notification settings - Fork 109
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
why #147
Comments
@chuichuiY Hi, have you installed OpenCV? |
yes,I downloaded opencv4.2.0 and this problem occurred when compiling AIRSLAM. |
OpenCV is not found when compiling DBoW2. Can you check your installation of the OpenCV? For example, can you find the path of OpenCV ".hpp" and ".so" files on your computer? |
They are building results. Have you installed them? |
opencv4.x only has the opencv.hpp file |
Can you find opencv2/opencv.hpp? |
yes ,@WP:~/opencv-4.2.0/include/opencv2/opencv.hpp |
OK, can you find the OpenCVConfig*.cmake in /usr/local/cmake/opencv4? |
/usr/local/stow/absl/lib/cmake/opencv4/OpenCVConfig-version.cmake |
I am not sure why the Cmakelist can not find your opencv. You can set the path in the Cmakelist using "set(OpenCV_DIR /usr/local/stow/absl/lib/cmake/opencv4)". You can also create a small project to test whether your opencv can be linked correctly. |
Thank you so much. It is true that DBOW2 cannot find my opencv, and it can be compiled successfully after modification. I would like to ask what data sets this can run on, and do I need to use rosbag to run it? |
Please use the original dataset. We use the image name to get the time stamp |
Please use the original dataset. Don't change the image name. |
The text was updated successfully, but these errors were encountered: