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

Why is the output of 'predict_normalE2' set to 2? #43

Open
DUTMultiMediaLab opened this issue Jan 20, 2021 · 0 comments
Open

Why is the output of 'predict_normalE2' set to 2? #43

DUTMultiMediaLab opened this issue Jan 20, 2021 · 0 comments

Comments

@DUTMultiMediaLab
Copy link

Thank you for releasing the code. I have a question about generating dense depth.
In 'depthCompletionNew_block' and 'depthCompletionNew_blockN' functions, the final output is generated by 'predict_normalE2'.
However, depth map is usually a 1-channel map, the output of 'predict_normalE2' is 2 channels.
What's the theory for this?
Thank you very much!

def predict_normalE2(in_planes):
return nn.Conv2d(in_planes, 2, kernel_size=1, stride=1, padding=0, bias=True)

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