Other articles


  1. Advanced Lane Finding

    The goals / steps of this project are the following:

    • Compute the camera calibration matrix and distortion coefficients given a set of chessboard images.
    • Apply a distortion correction to raw images.
    • Use color transforms, gradients, etc., to create a thresholded binary image.
    • Apply a perspective transform to rectify binary image ("birds-eye …
    read more
  2. Traffic Signs Classifier

    Deep Learning Using TensorFlow

    Summary

    The purpose of this exercise is to use deep neural networks to classify traffic signs. Specifically, we train a model to classify traffic signs from the German Traffic Sign Dataset.

    Data

    The pickled data is a dictionary with 4 key/value pairs:

    • features -> the images …
    read more
  3. Finding Lane Lines on the Road

    Finding Lane Lines on the Road


    In this project, we use the following tools to identify lane lines on the road:
    Color selection
    Region of interest selection
    Grayscaling
    Gaussian smoothing
    Canny Edge Detection
    Hough Tranform line detection

    We develop a pipeline on a series of individual images, and later apply …

    read more
  4. Behavioral Cloning

    Summary

    This project is the result of a Udacity project in which a deep learning model is trained to drive a vehicle autonomously. The simulation environment is provided by Udacity to train and test the models. The video of the result can be viewed here. The numbers scrolling on the …

    read more

social