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

Occlusion Mask GT on KITTI dataset #80

Open
Magicboomliu opened this issue Dec 1, 2022 · 2 comments
Open

Occlusion Mask GT on KITTI dataset #80

Magicboomliu opened this issue Dec 1, 2022 · 2 comments

Comments

@Magicboomliu
Copy link

Thank you for your outstanding work.

May I ask how can we obtain the Occlusion mask ground truth of KITTI dataset for supervision?
Thank you very much

@mli0603
Copy link
Owner

mli0603 commented Dec 6, 2022

Hi @Magicboomliu

Thanks for your interest. The occlusion mask can be obtained by finding the disparities that are out of range (i.e., leads to negative image index after warpping to the right image) given the ground truth disparities.

You do not have to compute it yourself as it is handled automatically in the line below:

input_data = augment(input_data, self.transformation)

I hope it helps!

@Magicboomliu
Copy link
Author

Magicboomliu commented Dec 6, 2022 via email

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