Open mjhoover1 opened 4 months ago
Location in document: undefined
Selected HTML:
The range image presents LiDAR data compactly and intuitively, with rows indicating the laser beams and columns representing the yaw angles. We convert point clouds to range images using spherical projection. Typically, for a point in Cartesian coordinates , we calculate its spherical coordinates using:
(4) |
However, in most current datasets such as KITTI-360, multiple lasers from the Velodyne LiDAR system do not share a common origin for their measurements. This may introduce errors in the direct conversion from Cartesian points to spherical points, resulting in incorrect range-view data distribution and thus low-quality range images, as shown at the top of Fig. 3.
To address this issue, we adopt Hough Voting to estimate heights and pitch angles for Velodyne sensors [3]. We then adjust the point cloud transformation to a range image using
(5) |
where and refer to the -th Velodyne sensor.
We then rasterize points into a 2D cylindrical projection (a.k.a., range image) of size with
(6) |
where denotes the grid coordinate of a point in the range image. Thus, we obtain high-quality range images as illustrated at the bottom of Fig. 3. We denote the obtained range image as , which comprises pixels associated with both range and intensity .
Hello @mjhoover1, thanks for the issue report! We are reviewing your report and will address it as soon as possible.
Description
Figure 3 doesn't appear for some reason.
(Optional:) Please add any files, screenshots, or other information here.
No response
(Required) What is this issue most closely related to? Select one.
Choose One
Internal issue ID
a6947939-b5de-4cc2-9506-45ab0f96b7d6
Paper URL
https://arxiv.org/html/2403.10094v1
Browser
Chrome/126.0.0.0
Device Type
Desktop