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

about dense depth #18

Closed YanhaoZhang closed 4 years ago

YanhaoZhang commented 4 years ago

Hi @lppllppl920, I am wondering if you could explain a bit more on how to get a dense depth map?

lppllppl920 commented 4 years ago

Hi Yanhao,

Yes, the output of the depth estimation layer is a dense depth map. It is later on used in the Flow from Depth layer to generate rigid flow map together with other forms of data.

YanhaoZhang commented 4 years ago

Thanks @lppllppl920. Now I understand it.