SGDepth icon indicating copy to clipboard operation
SGDepth copied to clipboard

KITTI zhou split has different number of training images from Monodepth2

Open songlin opened this issue 3 years ago • 1 comments

Hi,

Thanks for sharing the awesome work. I use the kitti_zhou_split training split provided by you here. It contains 21880 training images from each left and right camera. But the same zhou split from Monodepth2 contains 19905 imageshere.

Can you explain why? or point me the mistakes i have.

songlin avatar Nov 03 '21 03:11 songlin

Hi,

the original split from [Zhou et al., SfMLearner, CVPR 2017] contains 40,109 images, the split from [Godard et al., monodepth2, ICCV 2019] contains a subset of 39,100 image triplets. In the code I provide I basically use all left and right images, where at least one image (left or right) exists in Godard et al.'s split. This results in the number of image triplets you find here in this code.

klingner avatar Nov 03 '21 11:11 klingner