We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to use colmap data ,could you give me some advice
The text was updated successfully, but these errors were encountered:
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:
--datasets
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.
Sorry, something went wrong.
No branches or pull requests
I want to use colmap data ,could you give me some advice
The text was updated successfully, but these errors were encountered: