项目作者: ltriess

项目描述 :
:snake: Python Implementation for KITTI Scan Unfolding
高级语言:
项目地址: git://github.com/ltriess/kitti_scan_unfolding.git
创建时间: 2020-10-03T13:11:01Z
项目社区:https://github.com/ltriess/kitti_scan_unfolding

开源协议:

下载


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

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

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.