└── README.md /README.md: -------------------------------------------------------------------------------- 1 |
2 | 3 |

🌌 FastMap: Fast Queries Initialization Based Vectorized HD Map Reconstruction Framework 4 |

5 | 6 | Haotian Hu1, Jingwei Xu1, Fanyi Wang2, Toyata Li, Yaonong Wang1, Laifeng Hu1, Zhiwang Zhang3,📧 7 | 8 | 1 ZheJiang Leapmotor Tech, 9 | 2 ZheJiang University, 10 | 📧 Ningbo Tech University 11 | 12 | 13 | [![arxiv paper](https://img.shields.io/badge/arXiv-Paper-red)](https://arxiv.org/abs/2503.05492) 14 | [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) 15 | 16 |
17 | 18 |
19 | 20 |
21 | 22 | ## 📋 News 23 | 24 | `[2025-3-11]:` FastMap [arXiv]((https://arxiv.org/abs/2503.05492) paper released. Code are coming soon. 25 | 26 | 27 | ## 📊 Qualitative Results 28 | 29 | 30 | 31 | ## ❤️ Acknowledgements 32 | 33 | This repo is built on [mmdetection3d](https://github.com/open-mmlab/mmdetection3d) and [MapTR](https://github.com/hustvl/MapTR). We sincerely thank the contributors for their great work! 34 | 35 | ## 📚 Citation 36 | ```bibtex 37 | @article{hu2025fastmap, 38 | title={FastMap: Fast Queries Initialization Based Vectorized HD Map Reconstruction Framework}, 39 | author={Haotian Hu and Jingwei Xu and Fanyi Wang and Toyota Li and Yaonong Wang and Laifeng Hu and Zhiwang Zhang}, 40 | year={2025}, 41 | eprint={2503.05492}, 42 | archivePrefix={arXiv}, 43 | primaryClass={cs.CV}, 44 | url={https://arxiv.org/abs/2503.05492}, 45 | } 46 | ``` 47 | --------------------------------------------------------------------------------