lppllppl920 / EndoscopyDepthEstimation-Pytorch

Official Repo for the paper "Dense Depth Estimation in Monocular Endoscopy with Self-supervised Learning Methods" (TMI)
GNU General Public License v3.0
127 stars 28 forks source link

depth_consistency_loss_function #22

Closed YanhaoZhang closed 4 years ago

YanhaoZhang commented 4 years ago

Hi, I find the depth_consistency_loss_function is a bit different from the paper eq(11). In the code, it seems to be image. While in the paper it is image

May I ask if you could explain a bit more on the benefit of this modification? Many thanks.