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

Is the generated depth map as intended? #4

Open
Yokota5 opened this issue Oct 24, 2023 · 1 comment
Open

Is the generated depth map as intended? #4

Yokota5 opened this issue Oct 24, 2023 · 1 comment

Comments

@Yokota5
Copy link

Yokota5 commented Oct 24, 2023

Hi, @shreyask3107 @maxtomCMU,
Thank you for sharing the code for your paper!

The generated depth map has all pixel values of 0 due to uint8(d1). Is this the intended behavior?

Thank you in advance!

Tasks

No tasks being tracked yet.
@Yokota5
Copy link
Author

Yokota5 commented Oct 24, 2023

Would it be uint8(d1 *255) or uint16(d1 *d_max) instead?

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

1 participant