Coder Social home page Coder Social logo

engynzss / end-to-end-learning-for-self-driving-cars Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nuclearstar/end-to-end-learning-for-self-driving-cars

0.0 0.0 0.0 53.5 MB

Build a self driving car using deep reinforcement learning.

Python 100.00%

end-to-end-learning-for-self-driving-cars's Introduction

End-to-End-Learning-for-Self-Driving-Cars

This code helps in getting the steering angle of self driving car. The inspiraion is taken from Udacity Self driving car module as well End to End Learning for Self-Driving Cars module from NVIDIA.

The End to End Learning for Self-Driving Cars research paper can be found at (https://arxiv.org/abs/1604.07316) This repository uses CNNs to predict steering angle of the car according to the different roads.

  1. Implementation 1
  2. Implementation 2

Code Requirements

pip install requirements.txt

Dataset

You can download the dataset from here for Implementation 1.
You can download the dataset and extract into the repository folder from here for Implementation 2.

Python Implementation

  1. Network Used- Convolutional Neural Network(CNN)
  2. Keras-Tensorflow Architecture

Procedure in Implementation 1

  1. First use python LoadData.py which will get dataset from folder and store it in a pickle file.
  2. Now you need to have the data, use python TrainModel.py which will load data from pickle and augment it. After this, the training process begins.
  3. For testing it on the video you need to use python DriveApp.py

Procedure in Implementation 2

  1. Use python train.py to train the model.
  2. Use python run.py to run the model on a live webcam feed.
  3. Use python run_dataset.py to run the model on the dataset

References and Credits:

  1. This implementation is inspired by Akshay Bahadur's project
  2. This implementation also took a lot of inspiration from the Sully Chen's work.

end-to-end-learning-for-self-driving-cars's People

Contributors

engynzss avatar nuclearstar 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.