GithubHelp home page GithubHelp logo

jjdblast / nvidia-autopilot-keras Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0bserver07/nvidia-autopilot-keras

0.0 2.0 0.0 85.77 MB

Keras Implementation of End to End Learning for Self-Driving Cars by (Baris Kayalibay, Grady Jensen, Patrick van der Smagt)

Home Page: https://arxiv.org/abs/1604.07316

Python 100.00%

nvidia-autopilot-keras's Introduction

End to End Learning for Self-Driving Cars

  • Still work in progress, but basic model trained on GTA V dataset can be found:

    To Do:

    • Get proper driving data.
    • Inlcude the autonomy score.
    • Include model internal state viz.

About the Model

  • Originally the model consists of:

The network consists of 9 layers, including a normalization layer, 5 convolutional layers and 3 fully connected layers. The input image is split into YUV planes and passed to the network.

img

  • model.py contains the ConvNet, running the file will output a model to be used by train.py

Dependecy:

  • Keras '1.2.0'
  • Theano '0.9.0dev4.dev-RELEASE'

Dataset:

  • The GTA V Dataset was used, previously it use to be hosted here.

  • The dataset is messy often, but good enough for training/testing a model.

  • If you have the dataset, load_deepdrive_data.py can be used to reduce the data into 128 and do any normalization desired for the model.

  • trained model / weights, can be downloaded here

Training results for steering with Autopilot ConvNet:

  • GPU (Trained 1080).

  • Green is the original steering, and red is the Model's predictions.

img

the data contains weird incidents where the car is not going anywhere and suddent appearnce of other cars

nvidia-autopilot-keras's People

Watchers

James Cloos avatar jiandong 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.