Skip to content

aniryou/Udacity_SDC

Repository files navigation

Self Driving Car

I've enrolled for Udacity's course on Self Driving Car starting April 2018. This repository has my submissions to SDC assignments and useful links.

Term1

Finding Lanes

This is first assignment for term 1 and requied detecting lanes on road using OpenCV library. My model worked well under good lighting conditions, but fails on some parts of the optional challenge video. Take a look at the model and writeup.

Traffic Sign Classification

This is second assignment for term 1 and required building a classifier for German Traffic Sign dataset It also covers deep-learning topics and tensorflow library in depth. Take a look at LeNet Lab and Tensorflow Lab.

Using standard LeNet model with Batch Normalization and Dropout I was able to get above 93% validation accuracy. Here are links to the model and writeup.

Behavior Cloning

This is third assignment for term 1. Here we create an end to end deep learning model to drive on a game simulator. I reused the LeNet model from Traffic Sign Classifier, but changed loss function to MSE of actual vs predicted steering angles. Take a look at the Writeup

Advanced Lane Finding

In this fourth assignment for term1, we redo the lane detection from first assignment. This time we detected lanes with varying curvatures, lighting and markings. We learn about camera calibration, perspective transformations and color channels. Using a combination of all of these techniques allows us to detect lanes with surprisingly better accuracy compared to assignment 1. Take a look at the Writeup

Vehicle Detection

In this fifth and final assignment for term1, we build a model for vehicle detection. Even though there are existing deep-learning libraries and models that do it well, the emphasis on lab is on classical computer vision techniques such as 'Histogram of Oriented Gradients' and 'Sliding Window' search. This limitation makes it challenging, but at the same time exposes to classical work which can be useful at times. Take a look at the Writeup

About

Udacity's Self Driving Car Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages