Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.83 KB

File metadata and controls

48 lines (32 loc) · 1.83 KB

FastBEV++

Get Started

Please prepare the training environment according to BEVDet.

training script:

./tools/dist_train.sh configs/fastbev/paper/fastbev-r50-cbgs.py 8

test script:

./tools/dist_test.sh configs/fastbev/paper/fastbev-r50-cbgs.py work_dirs/fastbev-r50-cbgs/epoch_20_ema.pth 8 --eval mAP 2>&1 | tee work_dirs/fastbev-r50-cbgs/epoch_20_ema.pth.log

Main Results

Model Zoo

Inference Latency

Exported onnx: Google Drive. Trt Latency based on onnx: Google Drive.

Acknowledgement

This project is not possible without multiple great open-sourced code bases. We list some notable examples below.