-
Notifications
You must be signed in to change notification settings - Fork 9
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
sample parameterFileCvFormat missing #4
Comments
Have you built HRBFFusion3D successfully? |
yes I have. |
When I built the Core, it seems that the library of ORBSLAM2 is needed. Then I built ORBSLAM2, the cmake_modules of ORB_SLAM2_m also had Findhrbffusion.cmake. I have no idea how to build this project. Ban you tell me how do you solve this problem? Thank you very much! |
drop hrbffusion from target_link_libraries in cmakelists of orbslam2_m |
I'll give it a try, Thank you very much! |
I'm sorry to bother you again. Should I build OPEN3D before building ORBSLAM2_m? |
I don't recall exactly. |
I'm not one of the authors but I had the same issues. You can generate the associations.txt file yourself with the tool here: Regarding the parameterFileCvFormat, it looks like they use the example provided by ORB_SLAM: https://github.com/raulmur/ORB_SLAM2/blob/master/Examples/RGB-D/TUM1.yaml Apart from that, you also need the optimizationVocabularyFile (change the file location in GlobalStateParam.txt). You can also find it in the ORB_SLAM repo: https://github.com/raulmur/ORB_SLAM2/tree/master/Vocabulary |
Thanks! |
you have provided a GlobalStateParam.txt for the freiburg1_desk data set.
However, I can't get it to work without a parameterFileCvFormat file and an associations.txt file.
can you add them also?
(anything else needed to run the default data_set?)
Thank you.
The text was updated successfully, but these errors were encountered: