You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: