LimHyungTae / patchwork

SOTA fast and robust ground segmentation using 3D point cloud (accepted in RA-L'21 w/ IROS'21)
MIT License
481 stars 75 forks source link

Other sensor config #33

Closed LimHyungTae closed 3 months ago

LimHyungTae commented 3 months ago

The original code was too over-fitted to the SemanticKITTI dataset.

For that reason, I refactored some parts, especially adding sensor configurations and benchmarking the LeGO-LOAM open source in that the author provided their testing parameters (db7fced).

In addition, for clean code, I set Patch struct for better readability (159575d).

Consequently, now it lost the characteristics that Patchwork can easily run by copying and pasting a single hpp file, but I hope this refactoring has some potential (e.g., extending the concept to xy coordinate systems)