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

Question about the confidence map #4

Open
luomomo opened this issue Sep 11, 2019 · 4 comments
Open

Question about the confidence map #4

luomomo opened this issue Sep 11, 2019 · 4 comments

Comments

@luomomo
Copy link

luomomo commented Sep 11, 2019

Hi, I since in the demo the confidence map is fixed. I change it the another confidence image is in range [0,255]( from LRC and depth - LRC,I test both ),but the out output image is all black ,what happens ? Is there any I need to notice when using confidence map?

@SilentSkyWalker
Copy link

SilentSkyWalker commented Sep 12, 2019 via email

@jonbarron
Copy link
Collaborator

The only constraint on the confidence is that it's non-negative. This code uses uint8 images but that's just a side effect of how image formats work. If you're getting all-black input, my guess is that your confidences are very low or zero, or your input is black. Try scaling your confidences up by a global scalar (which is equivalent to just decreasing the smoothness parameter).

@wch1996
Copy link

wch1996 commented Feb 15, 2022

Hello,Did you slove this problem?I meet seem problem too,the output is all black

@luomomo
Copy link
Author

luomomo commented Feb 15, 2022 via email

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

4 participants