Skip to content

Commit 9f22186

Browse files
authored
docs(bib): Update DeFlow bib in README.md
1 parent 30de257 commit 9f22186

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,17 @@ https://github.com/KTH-RPL/DeFlow/assets/35365764/9b265d56-06a9-4300-899c-96047a
181181
## Cite & Acknowledgements
182182

183183
```
184-
@article{zhang2024deflow,
184+
@inproceedings{zhang2024deflow,
185185
author={Zhang, Qingwen and Yang, Yi and Fang, Heng and Geng, Ruoyu and Jensfelt, Patric},
186-
title={DeFlow: Decoder of Scene Flow Network in Autonomous Driving},
187-
journal={arXiv preprint arXiv:2401.16122},
188-
year={2024}
186+
booktitle={2024 IEEE International Conference on Robotics and Automation (ICRA)},
187+
title={{DeFlow}: Decoder of Scene Flow Network in Autonomous Driving},
188+
year={2024},
189+
pages={2105-2111},
190+
doi={10.1109/ICRA57147.2024.10610278}
189191
}
190192
@article{zhang2024seflow,
191193
author={Zhang, Qingwen and Yang, Yi and Li, Peizheng and Andersson, Olov and Jensfelt, Patric},
192-
title={SeFlow: A Self-Supervised Scene Flow Method in Autonomous Driving},
194+
title={{SeFlow}: A Self-Supervised Scene Flow Method in Autonomous Driving},
193195
journal={arXiv preprint arXiv:2407.01702},
194196
year={2024}
195197
}
@@ -199,4 +201,4 @@ This implementation is based on codes from several repositories. Thanks to these
199201
Thanks to [Kyle Vedder (ZeroFlow)](https://github.com/kylevedder) who kindly discussed their results with us and HKUST Ramlab's member: Jin Wu who gave constructive comments on this work.
200202
The computations were enabled by the supercomputing resource Berzelius provided by National Supercomputer Centre at Linköping University and the Knut and Alice Wallenberg Foundation, Sweden.
201203

202-
❤️: [ZeroFlow](https://github.com/kylevedder/zeroflow), [NSFP](https://github.com/Lilac-Lee/Neural_Scene_Flow_Prior), [FastNSF](https://github.com/Lilac-Lee/FastNSF). Others good code style and tools: [forecast-mae](https://github.com/jchengai/forecast-mae), [kiss-icp](https://github.com/PRBonn/kiss-icp)
204+
❤️: [ZeroFlow](https://github.com/kylevedder/zeroflow), [NSFP](https://github.com/Lilac-Lee/Neural_Scene_Flow_Prior), [FastNSF](https://github.com/Lilac-Lee/FastNSF). Others good code style and tools: [forecast-mae](https://github.com/jchengai/forecast-mae), [kiss-icp](https://github.com/PRBonn/kiss-icp)

0 commit comments

Comments
 (0)