lidar_super_resolution icon indicating copy to clipboard operation
lidar_super_resolution copied to clipboard

What happens if I try to predict from 16 channel to 128 channel ?

Open ArghyaChatterjee opened this issue 2 years ago • 1 comments

Hey I was wondering if I try to increase the resolution from 16 to 128 channels ? In your work, you mentioned you can do from 16 up to 64 but can that go up to 128 ?

ArghyaChatterjee avatar May 16 '23 00:05 ArghyaChatterjee

have you been you succesful with this approach?

I guess you should retrain the model with e.g. the KITTI dataset (64 layers) and then try to achieve realistic 128 layer point clouds.

here is the setting of the data you want to achieve: https://github.com/RobustFieldAutonomyLab/lidar_super_resolution/blob/37bcccc39d68e45e5aa2cf03684d9464a299676d/scripts/data.py#L10

I also recomment reading their paper related to some parameters, which could create even better results. You could also try methods like LiDAR4D or NeRF-LiDAR.

Petros626 avatar Aug 06 '25 14:08 Petros626