how to get depth.png in kitti
andersonhusky opened this issue · 4 comments
hi! thanks for your excellent work , I have a quesion about how you get the depth.png under the /demo-kitti/depth?
Hi @andersonhusky, This is explained in section IV. System in our paper VDO-SLAM: A Visual Dynamic Object-aware
SLAM System (https://arxiv.org/pdf/2005.11052.pdf)
thans for reply @MinaHenein! I know you are using MonoDepth2 to create depth image in Monocular mode, but it seems like the depth.png under the /demo-kitti/depth is calculated from Stereo mode
@andersonhusky Yes, correct.
From our paper:
The input to the system is stereo or RGB-D images. For stereo images, as a first step, we extract depth information by applying the stereo depth estimation method described in [62] to generate depth maps and the resulting data is treated as RGB-D.
[62] K. Yamaguchi, D. McAllester, and R. Urtasun, “Efficient Joint Segmentation, Occlusion Labeling, Stereo and Flow Estimation,” in European Conference on Computer Vision (ECCV). Springer, 2014, pp. 756–771.
@MinaHenein got it! thanks again!