https://github.com/ltriess/kitti_scan_unfolding
:snake: Python Implementation for KITTI Scan Unfolding
https://github.com/ltriess/kitti_scan_unfolding
kitti projection python scan-unfolding
Last synced: 2 months ago
JSON representation
:snake: Python Implementation for KITTI Scan Unfolding
- Host: GitHub
- URL: https://github.com/ltriess/kitti_scan_unfolding
- Owner: ltriess
- Created: 2020-10-03T13:11:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T07:49:16.000Z (over 3 years ago)
- Last Synced: 2024-11-14T11:39:40.639Z (5 months ago)
- Topics: kitti, projection, python, scan-unfolding
- Homepage:
- Size: 506 KB
- Stars: 15
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-robotic-tooling - kitti_scan_unfolding - We propose KITTI scan unfolding in our paper Scan-based Semantic Segmentation of LiDAR Point Clouds: An Experimental Study. (Sensor Processing / Image Processing)
README
[](https://arxiv.org/abs/2004.11803)
# 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](https://arxiv.org/abs/2004.11803).
If you use this code or the algorithm described in the paper, please make sure to [cite](#citation) this paper.
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
* [Paper](https://arxiv.org/abs/2004.11803)
* [Project page](http://ltriess.github.io/scan-semseg)## 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.