Skip to content

Commit 2e00a3c

Browse files
authored
Update BibTex Entry to published Version instead of arXiv
1 parent f23ef90 commit 2e00a3c

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ based low-latency instance segmentation.
2525
## If you find our work useful in your research please consider citing our paper:
2626

2727
```
28-
@misc{reich2023low,
29-
title={Low Latency Instance Segmentation by Continuous Clustering for Rotating LiDAR Sensors},
30-
author={Andreas Reich and Hans-Joachim Wuensche},
31-
year={2023},
32-
eprint={2311.13976},
33-
archivePrefix={arXiv},
34-
primaryClass={cs.CV}
35-
}
28+
@inproceedings{reich_2024_low,
29+
author={Andreas Reich and Mirko Maehlisch},
30+
booktitle={2024 IEEE Intelligent Vehicles Symposium (IV)},
31+
title={{Low Latency Instance Segmentation by Continuous Clustering for LiDAR Sensors}},
32+
year={2024},
33+
pages={1871-1877},
34+
doi={10.1109/IV55156.2024.10588831}}
3635
```
3736

3837
Get PDF [here](https://arxiv.org/abs/2311.13976).
@@ -400,4 +399,4 @@ See [launch/sensor_kitti.launch](launch/sensor_kitti.launch) for such an example
400399
- This is slightly worse
401400
- TODO: publish source for terrain estimation
402401
- Publish [kitti2bag](https://github.com/tomas789/kitti2bag) fork, which splits the 360° PointCloud2 into individual
403-
firings in order to run it on KITTI rosbags
402+
firings in order to run it on KITTI rosbags

0 commit comments

Comments
 (0)