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

how to visualize the disp #2

Open
x1ao-1997 opened this issue Oct 23, 2022 · 1 comment
Open

how to visualize the disp #2

x1ao-1997 opened this issue Oct 23, 2022 · 1 comment

Comments

@x1ao-1997
Copy link

The output of your LDNet is "disp1", and how do you visualize it in the Fig.4 of you artical.
What's the relationship of "disp1" and RGB value?
Besides, why do you multiple 10 and add 0.1 ? I tried to visualzie the disp with your model parameters, but the result is a little stange.

disp1 = self.alpha * self.predict_disp1(concat1) + self.beta.

Thank you for your valuable time.

@MingkangXiong
Copy link
Owner

Our method is developed from the previous works, such as SfmLearner-Pytorch and SC-SfMLearner, and the visualization method is recommended to refer to ClementPinard/SfmLearner-Pytorch#106.

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