Giter VIP home page Giter VIP logo

cv_project_steeringangleprediction's Introduction

Steering Angle Prediction for self-driving cars

Introduction

We predict steering angles in the effort at teaching a car how to drive using only cameras and deep learning. Steering angle prediction is a critical component of a driverless car which makes it capable of sensing its environment and navigate. The motivation was to build a component of an end-to-end solution of a self-driving car, using only ConvNets.

Problem Statement

This problem was released as an open competition by Udacity as part of their Nano-degree program on Self driving cars. We use the same dataset. The purpose of the challenge is to take image frames from a camera mounted to the windshield of the car, and predict the appropriate steering angle. A similar problem is addressed by the self-driving car team at NVIDIA, in the paper End-to-end learning of Self-driving cars.

Results

Model Train loss Valid loss Test Error
Baseline 0.0012 0.0026 0.04
Nvidia-40 class 0.44 0.51 -
Resnet 0.0028 0.0045 0.019
Nvidia-regression 0.0002 0.0004 0.03

We report MSE for Resnet and Baseline, Smoothed-L1-loss for Nvidia network regression and Cross-Entropy for Nvidia network Classification. We switched to Smoothed-L1-loss early on because our models weren’t converging. The Nvidia-regression results are from them. The final test-error turned out to be the same if the model converged for the same number of epochs. Later on we moved to ADAM optimization and specific random initialization procedures and got both Resnet and Nvidia to converge. Considering this MSE seemed like a more natural measure.

Credits

The one person that indubitably deserves credit for this project, arguably more than the authors themselves, is Lucian Ionita who generously allowed us to use his GPUs.

cv_project_steeringangleprediction's People

Contributors

aahladmanas avatar pratheeksh avatar reachbp avatar useername avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.