Skip to content

ltriess/kitti_scan_unfolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

arXiv

KITTI Scan Unfolding

Python implementation of KITTI scan unfolding.

The code is currently not available on this repository. Feel free to contact me in case you have any questions.

We propose KITTI scan unfolding in our paper Scan-based Semantic Segmentation of LiDAR Point Clouds: An Experimental Study. If you use this code or the algorithm described in the paper, please make sure to cite this paper.

teaser Fig. 1: Cylindrical point cloud projection: (a) Correcting for ego-motion leads to a projection that suffers from systematic point occlusions as some 3D points are projected into occupied pixels. Hidden points can not provide any information to the network and may not be accurately classified. (b) The scan unfolding method provides a dense projection without systematic discretization artifacts.

Citation

@inproceedings{triess2020iv,
    title = {{Scan-based Semantic Segmentation of LiDAR Point Clouds: An Experimental Study}},
    author = {Triess, Larissa T. and Peter, David and Rist, Christoph B. and Z\"ollner, J. Marius},
    booktitle = {IEEE Intelligent Vehicles Symposium (IV)},
    year = {2020}
}

Links

References

[1] A. Milioto et al., “RangeNet++: Fast and Accurate LiDAR Semantic Segmentation,” in IEEE/RSJ Intl. Conf. on Intelligent Robots and Systems (IROS), 2019.

About

🐍 Python Implementation for KITTI Scan Unfolding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published