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.