Skip to content
KozhaAkhmet edited this page Mar 1, 2024 · 7 revisions

Welcome to the depth-estimation-car wiki!

About the Project

Autonomous Car with the Monocular depth estimation by using MiDAS, TensorFlow Lite and OpenCV on The Raspberry Pi 4. All in C++.

I highly recommend to check the preparations of Midas Depth estimation first. I have explained the installation of dependencies for estimation. They are available in another repository.

The detection here, is a simple algorithm. It extracts particular layer from the calculated estimation and become a binary image. Then by counting the pixels of the right and left robot makes the decision to go right or left.

In this project my goal was to achieve simplest and fastest as possible solutions but only with C++. This is my bachelor's graduation project "Making an Autonomous Car with Depth Estimation".

Clone this wiki locally