url-kaist / patchwork-plusplus

Patchwork++: Fast and robust ground segmentation method for 3D LiDAR scans. @ IROS'22
GNU General Public License v3.0
668 stars 105 forks source link

ground segmentation issue with nonground points below ground plane #21

Closed LidarPCL closed 1 year ago

LidarPCL commented 1 year ago

Thanks for sharing your great work. It shows a wonderful performance in general utilization. However, I have been struggling with the high false positive and false negative rate when applying the algorithm in the scene where there are drainage ditches along the side of the road as the picture shown below. Since the algorithm selects the lowest height points as initials seeds, it easily takes the bottom of the drainage ditches as ground and the road next to the ditches as nonground. I tried to use smaller bins to help with this problem, but the running time goes up too much to meet the real time requirement when using bins with smaller size. I was wondering if you could provide any suggestions to cover this scenario. Any thoughts would be appreciated. drainage-ditch

seungjae24 commented 1 year ago

Hi @LidarPCL,

Thank you for employing our algorithm.

Well, it would be great if you share your own bag file to me by an e-mail written on README. I will check that it is possible to be solved easily or not. Thank you for figuring out which one causes this problem and trying several things. By the way, sorry for a late response. I have been a bit busy for few weeks..