|
|
|
|
|
by dllu
2846 days ago
|
|
Estimating depth and 3D bounding boxes using cameras only, while possible, is much less accurate than using actual range data from a lidar. On the other hand if you fuse lidar and camera data such as with Waymo and others, there may be issues with the sensors being out of sync (as they run at different framerates, and the lidar continually spins) or physically offset (leading to parallax issues). Dealing with such issues is very difficult. Having a single sensor output both accurate range information and camera data makes it much nicer to work with. |
|