naurril / SUSTechPOINTS

3D Point Cloud Annotation Platform for Autonomous Driving
GNU General Public License v3.0
839 stars 217 forks source link

Radar pcd is not displayed #118

Open shawrby opened 1 year ago

shawrby commented 1 year ago

Hi,

Thank you for your great contribution.

I am currently trying to visualize camera, lidar and radar data.

However, only camera and lidar data are displayed well, radar data is not displayed. The pcd file extension of lidar and radar is the same (open3d.io.write_point_cloud() function is used), and the fields are composed of x, y, z.

Is there something I'm missing?

naurril commented 1 year ago

92

shawrby commented 1 year ago

@naurril

I am still not getting the radar data to display. Here is my radar pcd file header: image

naurril commented 1 year ago

there is a config switch for radar (closed by default), and the folder structure should be as follows:

 data
    scene
       lidar
          frame1.pcd
       camera
       radar
          radar1
              frame.pcd
       label
       calib
          radar
             radar1.json
          camera