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

sample parameterFileCvFormat missing #4

Open
tarquai opened this issue Jun 6, 2022 · 9 comments
Open

sample parameterFileCvFormat missing #4

tarquai opened this issue Jun 6, 2022 · 9 comments

Comments

@tarquai
Copy link

tarquai commented Jun 6, 2022

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.

@Gunther2689
Copy link

Have you built HRBFFusion3D successfully?

@tarquai
Copy link
Author

tarquai commented Jun 6, 2022

yes I have.
-I downloaded and compiled ElasticFusion first (with an old version of Pangolin btw)

@Gunther2689
Copy link

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!

@tarquai
Copy link
Author

tarquai commented Jun 6, 2022

drop hrbffusion from target_link_libraries in cmakelists of orbslam2_m

@Gunther2689
Copy link

I'll give it a try, Thank you very much!

@Gunther2689
Copy link

I'm sorry to bother you again. Should I build OPEN3D before building ORBSLAM2_m?

@tarquai
Copy link
Author

tarquai commented Jun 7, 2022

I don't recall exactly.
I tried to compile and did what the compiler complained about

@hesom
Copy link

hesom commented Jun 15, 2022

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.

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:
https://vision.in.tum.de/data/datasets/rgbd-dataset/tools
I'll link you the file I generated for the freiburg_desk1 dataset: associations.txt

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

@tarquai
Copy link
Author

tarquai commented Jun 15, 2022

Thanks!

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

No branches or pull requests

3 participants