-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
questions about transformations #24
Comments
|
for this step
could you help me figure out, what is this |
same question as above |
@ChonghaoSima it seems quite strange that the annotations are in the vehicle_coordinate system. Specifically, the
And the 2nd one is:
and the third one is:
|
Please refer to https://github.com/OpenPerceptionX/OpenLane/issues/24. It should solve your questions. The annotations are under the Waymo camera coordinate (The typo has been updated in https://github.com/OpenPerceptionX/OpenLane/blob/main/anno_criterion/Lane/README.md). |
We will close this issue, if you still have the same questions, please reopen this. |
Seems the link is invalid, may you update the explanation of this issue? |
@usherbob Just change OpenPerceptionX to OpenDriveLab: https://github.com/OpenDriveLab/OpenLane/blob/main/anno_criterion/Lane/README.md |
I cannot understand the details about transformations, I think the formulation wants to get E_g2c. so, why not use 'R_gv@E' instead of 'inv(R_vg)@ E @R_vg@R_gc'?
which is the correct coordinate system for 3d lane points?
thanks!
The text was updated successfully, but these errors were encountered: