wondervictor / BEVDet

Official code base of the BEVDet series .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEVDet

Illustrating the performance of the proposed BEVDet on the nuScenes val set

News

  • [2022/6/1] We release the code and models of both BEVDet and BEVDet4D!
  • [2022/4/1] We propose BEVDet4D to lift the scalable BEVDet paradigm from the spatial-only 3D space to the spatial-temporal 4D space. Technical report is released on ArXiv.
  • [2022/4/1] We upgrade the BEVDet paradigm with some modifications to improve its performance and inference speed. ArXiv.
  • [2021/12/23] BEVDet is now on ArXiv.

Main Results

Method mAP NDS FPS Download
BEVDet-Tiny 30.8 40.4 15.6 model
BEVDet4D-Tiny 33.8 47.6 15.5 model

Get Started

  • Please follow the guidelines in the original mmdet3d for preparing the repo and dataset.

i.e. Please see getting_started.md for the basic usage of MMDetection3D. We provide guidance for quick run with existing dataset and with customized dataset for beginners. There are also tutorials for learning configuration systems, adding new dataset, designing data pipeline, customizing models, customizing runtime settings and Waymo dataset.

  • Prepare dataset specific for BEVDet4D. (Note: Make sure that data preparation in nuscenes_det.md has been conducted)
cd BEVDet/
python tools/data_converter/prepare_nuscenes_for_bevdet4d.py

Bibtex

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

@article{huang2022bevdet4d,
  title={BEVDet4D: Exploit Temporal Cues in Multi-camera 3D Object Detection},
  author={Huang, Junjie and Huang, Guan},
  journal={arXiv preprint arXiv:2203.17054},
  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}
}

About

Official code base of the BEVDet series .

License:Apache License 2.0


Languages

Language:Python 88.9%Language:C++ 6.0%Language:Cuda 4.0%Language:Shell 0.8%Language:MATLAB 0.2%Language:Dockerfile 0.0%Language:Batchfile 0.0%Language:Makefile 0.0%Language:CSS 0.0%