Coder Social home page Coder Social logo

Comments (4)

Ignite616 avatar Ignite616 commented on July 29, 2024 1

您好,我将gen_kitti/label_json2kitti.py中write_kitti_in_txt()函数的
i15 = str(-eval(item["rotation"])) 修改为 i15 = str(-eval(item["rotation"]) - np.pi/2)
i9, i11, i10 = str(item["3d_dimensions"]["h"]),str(item["3d_dimensions"]["w"]),str(item["3d_dimensions"]["l"]) 修改为
i9, i11, i10 = str(item["3d_dimensions"]["h"]),str(item["3d_dimensions"]["l"]),str(item["3d_dimensions"]["w"])
这两处修改,解决了这个问题。

from dair-v2x.

Ignite616 avatar Ignite616 commented on July 29, 2024

我也遇到了相同的问题,请问您怎么解决的

from dair-v2x.

yaobaishen avatar yaobaishen commented on July 29, 2024

in my case, the converted kitti format label is NOT on the same horizontal plane with the lidar pointcloud, which leads to the label unusable, anyone see this issue?
Screenshot from 2024-04-30 15-05-59

from dair-v2x.

yaobaishen avatar yaobaishen commented on July 29, 2024

in my case, the converted kitti format label is NOT on the same horizontal plane with the lidar pointcloud, which leads to the label unusable, anyone see this issue? Screenshot from 2024-04-30 15-05-59

please ignore this... it's a bug in the visualization tool, not the kitti converter.
I have filed an issue in the visualization tool retpo: zzzxxxttt/simple_kitti_visualization#2

from dair-v2x.

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.