Home

Awesome

BEVerse

The official implementation of the paper BEVerse: Unified Perception and Prediction in Birds-Eye-View for Vision-Centric Autonomous Driving.

News

Model Zoo

MethodmAPNDSIoU (Map)IoU (Motion)VPQModel
BEVerse-Tiny32.146.648.738.733.3Google Drive
BEVerse-Small35.249.551.740.936.1Google Drive

Installation

Please check installation for installation and data_preparation for preparing the nuScenes dataset.

Getting Started

Please check getting_started for training, evaluation, and visualization of BEVerse.

Visualization

visualization

Acknowledgement

This project is mainly based on the following open-sourced projects: open-mmlab, BEVDet, HDMapNet, Fiery.

Bibtex

If this work is helpful for your research, please consider citing the following BibTeX entry.

@article{zhang2022beverse,
  title={BEVerse: Unified Perception and Prediction in Birds-Eye-View for Vision-Centric Autonomous Driving},
  author={Zhang, Yunpeng and Zhu, Zheng and Zheng, Wenzhao and Huang, Junjie and Huang, Guan and Zhou, Jie and Lu, Jiwen},
  journal={arXiv preprint arXiv:2205.09743},
  year={2022}
}

@article{huang2021bevdet,
  title={BEVDet: High-performance Multi-camera 3D Object Detection in Bird-Eye-View},
  author={Huang, Junjie and Huang, Guan and Zhu, Zheng and Yun, Ye and Du, Dalong},
  journal={arXiv preprint arXiv:2112.11790},
  year={2021}
}