Git Product home page Git Product logo

Comments (6)

github-actions avatar github-actions commented on July 17, 2024

Message that will be displayed on users first issue

from crlfnet.

OrangeSodahub avatar OrangeSodahub commented on July 17, 2024

Absolutely yes, see link the official custom dataset support was initialized by this repo.

from crlfnet.

Lizhinwafu avatar Lizhinwafu commented on July 17, 2024

loc_lidar = np.concatenate([np.array((float(loc_obj[2]), float(-loc_obj[0]), float(loc_obj[1]-2.3)), dtype=np.float32).reshape(1,3) for loc_obj in loc])

For the above line of code, it is the kitti format obtained by labeling with labelcloud. I get the geometric center directly. Can I replace this line of code with the following?

loc_lidar = np.concatenate([np.array((float(loc_obj[0]), float(loc_obj[1]), float(loc_obj[2])), dtype=np.float32).reshape(1,3) for loc_obj in loc])

from crlfnet.

OrangeSodahub avatar OrangeSodahub commented on July 17, 2024

No problem, BTW you should make sure that the coordinates (loc_obj[0], loc_obj[1], loc_obj[2]) are aligned with the world coordinates system (the same as the point coordinates in), note that the sequences are changed in ((float(loc_obj[2]), float(-loc_obj[0]), float(loc_obj[1]-2.3))

from crlfnet.

Lizhinwafu avatar Lizhinwafu commented on July 17, 2024

No problem, BTW you should make sure that the coordinates (loc_obj[0], loc_obj[1], loc_obj[2]) are aligned with the world coordinates system (the same as the point coordinates in), note that the sequences are changed in ((float(loc_obj[2]), float(-loc_obj[0]), float(loc_obj[1]-2.3))

How do I see if my point cloud is aligned with the world coordinate system?

from crlfnet.

OrangeSodahub avatar OrangeSodahub commented on July 17, 2024

@Lizhinwafu Emm... You could learn relative knowledge first.

from crlfnet.

Related Issues (8)

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.