AI-based 3D vehicle detection from 2D RGB images.
Autonomous parking systems need accurate 3D perception of their surroundings but expensive LiDAR sensors are not always available.
Developed a pipeline using YOLOv8 for object detection, MiDaS for depth estimation, and point cloud reconstruction to create 3D scene representations from monocular images.
The pipeline combines YOLOv8 (object detection), MiDaS (depth estimation), and Open3D (point cloud processing) with PCA/SVD for dimensionality reduction.