url-kaist / patchwork-plusplus

Patchwork++: Fast and robust ground segmentation method for 3D LiDAR scans. @ IROS'22

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have you tried Patchwork++ on nuScenes?

zwqnju opened this issue · comments

I run your program on one scene in nuScenes, but the performance is not so good as SemanticKITTI. Is it because nuScenes uses a 32-beam LiDAR and the point cloud is sparser? Do you have any suggestions to improve it?
Screenshot from 2022-08-24 10-09-19

Thank you for having interest in our work :)

Unfortunately, I haven't run Patchwork++ on nuScenes yet.

Well, at first, I need to say that it is very difficult for me to say which one directly occurs such result because the picture is not enough to find out the problem. However, I guess that the sparsity of point cloud due to less beams won't let such result since the false positive points(red points) in your picture are dense enough to be estimated as a proper ground plane in my thought. If the divided patch is far from the sensor origin, the sparsity can be a severe factor which results in a poor plane estimation. I can suggest you to check the uprightness, elevation, and flatness values of those wrongly-estimated planes and compares that values to the thresholds of them, respectively.

@zwqnju, have you succeeded at tuning the parameters for Nuscenes dataset?

No..