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

gt depth map fusion parameters #2

Closed
Burningdust21 opened this issue Oct 26, 2021 · 4 comments
Closed

gt depth map fusion parameters #2

Burningdust21 opened this issue Oct 26, 2021 · 4 comments

Comments

@Burningdust21
Copy link

Hi, thanks for a good work.
Could you provide your exact parameters for generating gt through fusing depth maps from IMC? I was fusing these scenes with parameters specified in paper "reprojection error below half a pixel and depth error below 1%", but the fusing result is not as good as the gt you provided. Thanks!

@fdarmon
Copy link
Owner

fdarmon commented Oct 26, 2021

Hi,

The parameters specified in the paper are for the reconstructions with few images. For generating the ground truth, we use the same parameters except for the number of consistent views, we use 20.

Here are the exact colmap parameters:

StereoFusion.min_num_pixels = 20
StereoFusion.max_depth_error = 0.01
StereoFusion.max_reproj_error 

@Burningdust21
Copy link
Author

Burningdust21 commented Oct 27, 2021

Thanks, it helps.
But one more thing, how do you generate normal maps when fusing depth maps? Did you run a dense reconstruction before head?

@fdarmon
Copy link
Owner

fdarmon commented Oct 28, 2021

I generate constant normal maps and simply ignore the normal filtering with

--StereoFusion.max_normal_error=180

@Burningdust21
Copy link
Author

Burningdust21 commented Oct 29, 2021

Great, thanks for the help.

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