ClementPinard / SfmLearner-Pytorch

Pytorch version of SfmLearner from Tinghui Zhou et al.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the ground truth depth map

bizheyandebing opened this issue · comments

commented

Thank you for your code,

The ground truth depth map interpolated from sparse measurements. I haven't found the code to generate the ground truth depth map. Would you please release the code

Hi, you can see the code for depth interpolation here : https://github.com/mrharicot/monodepth/blob/master/utils/evaluation_utils.py#L115

Note that the resulting ground truth is only for vizualisation purpose, it's NOT a ground truth.

commented

Hi, you can see the code for depth interpolation here : https://github.com/mrharicot/monodepth/blob/master/utils/evaluation_utils.py#L115

Note that the resulting ground truth is only for vizualisation purpose, it's NOT a ground truth.

Thank you very much.
It helped me a lot.
Thanks again。