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

Problems with some parameters #45

Open
Bin-ze opened this issue May 14, 2024 · 1 comment
Open

Problems with some parameters #45

Bin-ze opened this issue May 14, 2024 · 1 comment

Comments

@Bin-ze
Copy link

Bin-ze commented May 14, 2024

Very wonderful work!
I want to know about the use of sky_seg=args.sky_seg, load_normal=args.load_normal, load_depth=args.load_depth. When I only have colmap sparsely reconstructed data, these parts will not be used, so what is the impact on the results?

In addition, the paper mentioned that Progressive Gaussian Propagation is very beneficial to the geometric consistency of low-texture areas. I would like to know if you have tried it on an indoor data set, which contains a large number of corridor areas with no texture or weak texture.

Very much looking forward to your reply

@kcheng1021
Copy link
Owner

kcheng1021 commented May 15, 2024

Thanks for your recognition!

  1. load_normal=args.load_normal, load_depth=args.load_depth is designed for some ablation using the monocular priors. It has no affect if you do not use them. If you use the outdoor scene, it is better to get the sky mask first.

  2. It could be helpful if using the indoor scene. Additionally, it will be much more better if enhancing our propagation with a plane-prior patch-matching method.

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