POSTS

2021

Sensor Fusion and Tracking

14 minute read

The purpose of this post is to explain my Implementation of the open-source project for the course in the Udacity Self-Driving Car Engineer Nanodegree Progra...

Back to top ↑

2020

Vehicle Detection (Code)

4 minute read

The goal of this project is to identify vehicles in a video from a front-facing camera on a car. At first the pipeline is developed on a series of individual...

Behavioral Cloning (Code)

2 minute read

The goal of this project is to use deep neural networks and convolutional neural networks to clone driving behavior.

Traffic Sign Classifier (Code)

5 minute read

The goals of this project is to design and implement a deep learning model that learns to recognize traffic signs. The dataset used is the German Traffic Sig...

Advanced Lane Finding

11 minute read

The purpose of this post is to explain the theory behind the project Advanced Lane Finding and build up some intuition about the process. There won’t be any ...

Advanced Lane Finding (Code)

7 minute read

The goal of this project is to write a software pipeline to identify the lane boundaries in a video from a front-facing camera on a car. At first the pipelin...

Finding Lane Lines on the Road

8 minute read

The purpose of this post is to explain the theory behind the project Finding Lane Lines on the Road and build up some intuition about the process. There won’...

Finding Lane Lines on the Road (Code)

4 minute read

The goal of this project is to identify lane lines on the road. At first the pipeline is developed on a series of individual images, and later the result is ...

Back to top ↑