-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Ref frame for extrinsics #24
Comments
same questions |
Hi , there are three camera coord sys:
The transformation matrices in the code are as following:
Note that the 3D lane GT are annotated in the Waymo camera coord sys. With matrices above, the final In conclusion, there are some redundancies in the process and one could try to use only |
How can we hope to achieve the statement In conclusion, "try to use only R_vg and original cam_extrinsics to see if they could get the same results"? The original extrinsic matrix has an offset that is zeroed when creating the virtual ground. |
@presmann Hi, the conclusion means that zeroed operation would be applied except for R_vg and cam_extrinsics. |
Hi, after reading the above explanations, i'm still confused, sorry for this...
One more question, Thanks! |
Hi, matrix multiplication should be applied from right to left. |
thanks for your excellent work ! i have a few question about output:
|
@whoakang hi, |
@whoakang hi, after setting x/y=0 , the origin point of the road coordinate and waymo vehicle is different. |
Hi @dyfcalid , This one is related to the cam_representation question. Why are the extrinsics re computed? What are the original extrinsics with respect to? The following is the piece of code that I am referring to:
The text was updated successfully, but these errors were encountered: