#206 · Primary category: Computer Vision
BEVFormer
[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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)