unsupervised-depth-completion-visual-inertial-odometry icon indicating copy to clipboard operation
unsupervised-depth-completion-visual-inertial-odometry copied to clipboard

How to generate colored and back-projected to 3-D?

Open chl2 opened this issue 3 years ago • 1 comments

Hi, how did you generate the predicted depth map of the kitti dataset as colored and back-projected to 3-D? I think the net_utils file seems to be doing this, but how is it called in kitti? Thank you very much for any reply.

chl2 avatar Jul 26 '22 02:07 chl2

You can follow the general instructions in this thread of our recent work KBNet: https://github.com/alexklwong/calibrated-backprojection-network/issues/17#issuecomment-1176431551

This repo is in Tensorflow so it is a bit harder to use for the general purpose of creating point clouds. A PyTorch version is coming soon.

In the meantime, here is the PyTorch version of the function: https://github.com/alexklwong/calibrated-backprojection-network/blob/master/src/net_utils.py#L1638-L1667

alexklwong avatar Jul 26 '22 22:07 alexklwong