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

Question about the Calibration.flip #13

Closed
yfthu opened this issue Jan 27, 2022 · 2 comments
Closed

Question about the Calibration.flip #13

yfthu opened this issue Jan 27, 2022 · 2 comments

Comments

@yfthu
Copy link

yfthu commented Jan 27, 2022

Hello, you have done a great job!
I am some confused about the lib.datasets.kitti_utils.Calibration.flip function, which is used in your kitti dataloader. I am not sure about its function and result. when I try to use the flipped calib to back project some points from fliped image to the camera coordinate, I got very wrong result.
I wonder the lib.datasets.kitti_utils.Calibration class is written by yourself or referenced from some orther codebase, Thank you very much!!!
Thanks!

@SuperMHP
Copy link
Owner

It is written by myself. I have tested several samples and gotten the right results. It should be right. The check pipeline is: flip 2d and 3d points both. And project 3d points by flipped calib file. The results should be equal to flipped 2d.

@yfthu
Copy link
Author

yfthu commented Feb 19, 2022

Thank you very much for your answer!

@yfthu yfthu closed this as completed Feb 20, 2022
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