-
Notifications
You must be signed in to change notification settings - Fork 44
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
How can I build a yaml ? #32
Comments
You will need a YAML for ORB-SLAM3, e.g. cfg/ORB_SLAM3/Monocular/Replica/office0.yaml, and another YAML for Gaussian Mapper, e.g. cfg/gaussian_mapper/Monocular/Replica/office0.yaml. Then you will have to adjust the parameters in both YAMLs: |
I tried these methods but it didn't work.Have you test it on tum_freiburg3_walking_xyz before?When I tested on other datsets like tum_freiburg1_desk, I didn't encounter this issue.Or I mean have you tested on dynamic scene before? Thanks for your reply:) |
We haven't tested this sequence yet. Did you figure out where this exception was thrown with tools like VSCode cpp debugger? |
Please see ORB-SLAM3 association files for TUM. Each sequence of TUM dataset needs a new association.txt. |
If I want to run on another dataset, how can I obtain the YAML file for Gaussian Mapper?
The text was updated successfully, but these errors were encountered: