Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get depth.png in kitti #43

Open
andersonhusky opened this issue Aug 25, 2022 · 4 comments
Open

how to get depth.png in kitti #43

andersonhusky opened this issue Aug 25, 2022 · 4 comments

Comments

@andersonhusky
Copy link

andersonhusky commented Aug 25, 2022

hi! thanks for your excellent work , I have a quesion about how you get the depth.png under the /demo-kitti/depth?

@MinaHenein
Copy link
Collaborator

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)

@andersonhusky
Copy link
Author

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

@MinaHenein
Copy link
Collaborator

@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.

@andersonhusky
Copy link
Author

andersonhusky commented Aug 25, 2022

@MinaHenein got it! thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants