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

how to use colmap data #3

Open
Merci306 opened this issue Mar 9, 2024 · 1 comment
Open

how to use colmap data #3

Merci306 opened this issue Mar 9, 2024 · 1 comment

Comments

@Merci306
Copy link

Merci306 commented Mar 9, 2024

I want to use colmap data ,could you give me some advice

@lorafib
Copy link
Contributor

lorafib commented Apr 9, 2024

Hey,

you can use a yml-file, similar to livevs_config.yml as input for the --datasets parameter to use colmap datasets. It would look something like this:

root_dir: /path/to/dataset/
type: colmap
colmap_txt_dir: /path/to/dataset/sparse/0/
image_dir: images/ 
depth_dir: depth/
image_file_ending: .png
depth_file_ending: .png

Note that only .txt files are supported, so .bin files would need to be converted first.

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

2 participants