-
Notifications
You must be signed in to change notification settings - Fork 20
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
what does axes_transformation mean? #10
Comments
This is to transform to image space. According to the Waymo data description: |
Thanks for the figure. If you look at the camera frame shown in the figure, it’s front,left,up. I think that it’s a little bit unusual to choose this space for a camera. The conventional image space is right,down,front. Since the camera frame doesn’t match this, we have to convert between the two. The intrinsic matrix (the variable camera_model) in this function does the perspective projection but not the coordinate frame change. |
https://github.com/gdlg/simple-waymo-open-dataset-reader/blob/master/simple_waymo_open_dataset_reader/utils.py#L174
I want to know want dose this axes_transformation mean
the vehicle coordinate and the camera coordinate is the same, why should we transform the axes?
The text was updated successfully, but these errors were encountered: