#206 · Primary category: Computer Vision

BEVFormer

autonomous-driving computer-vision deep-learning object-detection

[ECCV 2022] This is the official implementation of BEVFormer, a camera-only framework for autonomous driving perception, e.g., 3D object detection and semantic map segmentation.

Project last updated:08/15/24

GitHub Stars

4.6K

Forks

748

Contributors

6

License

Apache-2.0

Why we included this project

BEVFormer is the official implementation of the ECCV 2022 paper that showed how to learn bird's-eye-view representations from camera images using spatiotemporal transformers. The codebase takes feeds from multiple cameras and merges them into one BEV feature space, which then supports both 3D object detection and semantic map segmentation. Because both tasks share the same learned representation, you can evaluate them together instead of running separate pipelines. It ships pretrained model configs, training and inference scripts for the nuScenes benchmark, and documented results to reproduce, which makes it a practical baseline and a common research starting point. The catch is that it is research-grade code tied to a paper, so expect to sort out dependencies and tuning before it runs cleanly; it is not production-ready software.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category