Skip to content

Repository files navigation

BEVHeight: A Robust Framework for Vision-based Roadside 3D Object Detection

Lei Yang · Kaicheng Yu · Tao Tang · Jun Li · Kun Yuan · Li Wang · Xinyu Zhang · Peng Chen

CVPR 2023

Logo


PyTorchLightningDocker

Paper PDF

BEVHeight is a new vision-based 3D object detector specially designed for roadside scenario. BEVHeight surpasses BEVDepth base- line by a margin of 4.85% and 4.43% on DAIR-V2X-I and Rope3D benchmarks under the traditional clean settings, and by 26.88% on robust settings where external camera parameters changes. We hope our work can shed light on studying more effective feature representation on roadside perception.

News

  • [2024/05] BEVHeight is integrated into NVIDIA DeepStream-3D for sensor fusion.
  • [2023/03/15] Both arXiv and codebase are released!
  • [2023/02/27] BEVHeight got accepted to CVPR 2023!

Incoming

  • Release the pretrained models
  • Support train and test on a custom dataset

Table of Contents
  1. Getting Started
  2. Acknowledgment
  3. Citation

Getting Started

Train BEVHeight with 8 GPUs

python [EXP_PATH] --amp_backend native -b 8 --gpus 8

Eval BEVHeight with 8 GPUs

python [EXP_PATH] --ckpt_path [CKPT_PATH] -e -b 8 --gpus 8

Experimental Results

  • DAIR-V2X-I Dataset
MethodConfig FileRangeCarPedestrainCyclistmodel pth
3D@0.53D@0.253D@0.25
EasyMod.HardEasyMod.HardEasyMod.Hard
BEVHeightR50_102[0, 102.4]77.4865.4665.5326.8625.5325.6651.1852.4353.07model
R50_140[0, 140.8]80.8075.2375.3128.1326.7326.8849.6352.2752.98model
R101_102[0, 102.4]78.0665.9465.9940.4538.7038.8257.6159.9060.39model
R101_140[0, 140.8]81.8076.1976.2638.7937.9438.2658.2260.4961.03model
  • Rope3D Dataset
hom_train.pklhom_val.pkl
MethodConfig FileRangeCar | 3D@0.5Big Vehicle | 3D@0.5Car | 3D@0.7Big Vehicle | 3D@0.7model pth
EasyMod.HardEasyMod.HardEasyMod.HardEasyMod.Hard
BEVHeightR50_102[0, 102.4]83.4972.4670.1750.7347.8147.8048.1242.4542.3424.5826.2526.28model
R50_140[0, 140.8]85.4679.1579.0664.3865.7565.7746.3942.8542.7127.2133.9934.03model

Acknowledgment

This project is not possible without the following codebases.

Citation

If you use BEVHeight in your research, please cite our work by using the following BibTeX entry:

@inproceedings{yang2023bevheight,
title={BEVHeight: A Robust Framework for Vision-based Roadside 3D Object Detection},
author={Yang, Lei and Yu, Kaicheng and Tang, Tao and Li, Jun and Yuan, Kun and Wang, Li and Zhang, Xinyu and Chen, Peng},
booktitle={IEEE/CVF Conf.~on Computer Vision and Pattern Recognition (CVPR)},
month = mar,
year={2023}
}

About

An official code release of our CVPR'23 paper, BEVHeight

Resources

Stars

243 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages