-
Notifications
You must be signed in to change notification settings - Fork 64
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
Use on KITTI dataset labels #17
Comments
All you need is a coordinates transformation. Suppose the KITTI label is a tuple |
@lilanxiao ,hi.thanks for your great work,it's help me a lot. In the repository, Is the coordinates' orientation like@a-akram-98 said? |
hi! I use a right-handed coordinate system. |
Hi @lilanxiao, as you mentioned above a right-handed coordinate system is used, but x-left, y-forward , z-up seems not a right-handed coordinate system. I'm wondering if there is any mistake or misunderstanding here? |
hi @turboxin! Sorry, that's my mistake. The x-axis is actually right, not left. |
Hi, everyone. I also want to apply it to KITTI labels.How to write the transformation script? |
1 similar comment
Hi, everyone. I also want to apply it to KITTI labels.How to write the transformation script? |
Hello, I've a question, You assumed the coordinates
x to left
y to forward
z to up
, but I want to use it on KITTI labels, where the labels coordinates are like:x to left
y to down
z to forward
and the rotationry
is aroundy-axis
, so can you help me to figure it out, will I switch the order of the input to thecal_iou_3d
or what !?The text was updated successfully, but these errors were encountered: