Git Product home page Git Product logo

Comments (7)

lilanxiao avatar lilanxiao commented on May 26, 2024

All you need is a coordinates transformation. Suppose the KITTI label is a tuple (x, y, z, a, b, c, alpha), the tuple for IoU calculation should be (x, z, -y, a, c, b, -alpha). You could write a wrapper to do the transformation.

from rotated_iou.

vehxianfish avatar vehxianfish commented on May 26, 2024

@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? x to left y to forward z to up,and rotation ry is around z axis and Clockwise.
thank you!

from rotated_iou.

lilanxiao avatar lilanxiao commented on May 26, 2024

@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? x to left y to forward z to up,and rotation ry is around z axis and Clockwise.
thank you!

hi! I use a right-handed coordinate system. x, y, z are left, forward and up, respectively. The rotation is around the z-axis. The rotation direction follows the right-hand rule.

from rotated_iou.

turboxin avatar turboxin commented on May 26, 2024

@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? x to left y to forward z to up,and rotation ry is around z axis and Clockwise.
thank you!

hi! I use a right-handed coordinate system. x, y, z are left, forward and up, respectively. The rotation is around the z-axis. The rotation direction follows the right-hand rule.

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?

from rotated_iou.

lilanxiao avatar lilanxiao commented on May 26, 2024

hi @turboxin! Sorry, that's my mistake. The x-axis is actually right, not left.

from rotated_iou.

linchunmian avatar linchunmian commented on May 26, 2024

Hi, everyone. I also want to apply it to KITTI labels.How to write the transformation script?

from rotated_iou.

XiaoyanQian avatar XiaoyanQian commented on May 26, 2024

Hi, everyone. I also want to apply it to KITTI labels.How to write the transformation script?

from rotated_iou.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.