Computer Vision
Research prototypeAutonomous Vehicle Perception System
Problem
Autonomous-driving perception requires a unified spatial understanding of the scene from several camera and sensor streams.
System
A multi-camera perception prototype that preprocesses synchronised sensor streams, extracts features, builds a bird's-eye-view representation with BEVFormer, and performs 3D object detection and tracking. Built as a research prototype for autonomous-driving perception, not a vehicle deployment.
My contribution
Built the sensor data pipeline and preprocessing stage, integrated the BEV detection model, and set up the evaluation workflow used to compare detection and tracking configurations.
System architecture
- Camera and sensor data
- Preprocessing
- Feature extraction
- BEV representation
- 3D detection
- Tracking and output
Technical focus
- Multi-camera processing
- 3D object detection
- Sensor fusion
- Object tracking
- Real-time inference
Technology stack
- PyTorch
- BEVFormer
- OpenCV
- Python
Data source
Dataset and data-collection write-up is being prepared.
Data pipeline
Ingestion and preprocessing write-up is being prepared.
Model or LLM workflow
Model and workflow write-up is being prepared.
Evaluation and results
Evaluation setup and results write-up is being prepared.
Challenges and engineering decisions
Key engineering decisions write-up is being prepared.