-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Depth Car is an autonomous car with Monocular depth estimation using MiDAS, TensorFlow Lite and OpenCV on The Raspberry Pi 4, written in C++.
This project uses Midas Depth Estimation as a core part of the project. So it is recommended to have basic knowledge about it. There is an example repository that explains the model and installation steps. The repository is available at Midas Cpp Example.
The detection uses a simple algorithm, which extracts a particular layer from the calculated estimation and stores it as a binary image. The robot then calculates whether to move left or right by calculating and analyzing the number of pixels on the image.
The aim of the project is to achieve a simple yet fast solution suitable to run on Raspberry Pi 4+ devices using C++ only. This project is developed as my bachelor's degree graduation project "Making an Autonomous Car with Depth Estimation".
Depth-Car A four wheel drive car with monocular depth edtimation.
Developed by Kozha Akhmet Abdramanov
- Robot Car with Depth Estimation Source Code: KozhaAkhmet/depth-car
- Midas in C++ Source Code: KozhaAkhmet/MiDaS-v2.1-small-cpp
Feel free to contact me from my email address: kozha.akhmt@gmail.com.
Licensed under the GNU General Public License.