SysCV / LiDAR_snow_sim

LiDAR snowfall simulation
https://www.trace.ethz.ch/lidar_snow_sim
Other
177 stars 28 forks source link

How to augment the KITTI bin file? #7

Closed cuge1995 closed 2 years ago

cuge1995 commented 2 years ago

Thanks for the great work! The kitti bin only have x,y,z,intensity(not (x, y, z, intensity, channel)), how to augment it with snowfall in your paper?

MartinHahner commented 2 years ago

Good question.

You can either try to reconstruct the channel information geometrically using the vertical and horizontal resolution of the LiDAR sensor or you randomly use one of the 64 sampled snowflake disks for every point.

The first option is more sophisticated to implement.

The second option is easier to implement but will break consistency. Nevertheless, I think the snowfall clutter should not look drastically different that way.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 2 years ago

This issue was closed because it has been inactive for 14 days since being marked as stale.

dinghuixiang-github commented 1 year ago

I have the same problem.Did you solve it? Could you please tell me how to achieve?