Git Product home page Git Product logo

Comments (4)

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

Hello, do you mean this

def get_calib(self, loc):
"""
This calibration is different from the kitti dataset.
The transform formual of labelCloud: ROOT/labelCloud/io/labels/kitti.py: import labels
if self.transformed:
centroid = centroid[2], -centroid[0], centroid[1] - 2.3
dimensions = [float(v) for v in line_elements[8:11]]
if self.transformed:
dimensions = dimensions[2], dimensions[1], dimensions[0]
bbox = BBox(*centroid, *dimensions)
"""
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])
return loc_lidar
?
If so, you should find out the transformation of coordinates in your annotation tool point_cloud_annoatation_tool, and sorry about I'm not familiar with that tool. If the code for this tool is open source then it'll be easy to get the transformation, if not, maybe ask for help to whom are familiar with it.
The annotation tool I used is pushed to github so I can find out easily.

from crlfnet.

JulyLi2019 avatar JulyLi2019 commented on July 17, 2024

Hello, do you mean this

def get_calib(self, loc):
"""
This calibration is different from the kitti dataset.
The transform formual of labelCloud: ROOT/labelCloud/io/labels/kitti.py: import labels
if self.transformed:
centroid = centroid[2], -centroid[0], centroid[1] - 2.3
dimensions = [float(v) for v in line_elements[8:11]]
if self.transformed:
dimensions = dimensions[2], dimensions[1], dimensions[0]
bbox = BBox(*centroid, *dimensions)
"""
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])
return loc_lidar

?
If so, you should find out the transformation of coordinates in your annotation tool point_cloud_annoatation_tool, and sorry about I'm not familiar with that tool. If the code for this tool is open source then it'll be easy to get the transformation, if not, maybe ask for help to whom are familiar with it.
The annotation tool I used is pushed to github so I can find out easily.

Thanks for your reply, that's what I wanted to ask.

from crlfnet.

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

Stale issue message

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.