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

Problem in Stereo fusion after doing patch match on geo-registered sparse reconstruction #1868

Open
MandeepSingh396 opened this issue Apr 1, 2023 · 2 comments

Comments

@MandeepSingh396
Copy link

Hi,

I have some data for which I did sparse reconstructyion ans then geo-registred the data using the 'model aligner'. After that I am trying to implement dense reconstruction on the geo-registered data. I am able to undistort the images and do patch_match_stereo without any errors, but while I am running stereo_fusion it shows 0 points fused with the following warning.

Fusing image [1/3] with index 0 in 0.976s (0 points)
Fusing image [2/3] with index 1 in 1.031s (0 points)
Fusing image [3/3] with index 2 in 1.015s (0 points)

WARNING: Could not fuse any points. This is likely caused by incorrect settings - filtering must be enabled for the last call to patch match stereo.
Number of fused points: 0

I already checked and I know filter is enabled for the last call to patch_match_stereo. I am not sure what I am doing wrong. Any help here would be much appreciated. Thank you.

@ahojnnes
Copy link
Contributor

ahojnnes commented Apr 1, 2023

Have you looked at the reconstructed depth/normal maps after the patch match step?

@MandeepSingh396
Copy link
Author

I just checked it after your comment. The normal map is showing very few sparse points and depth map is just blank.
depth
normal

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