GithubHelp home page GithubHelp logo

ssh-shashi / autopilot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akshaybahadur21/autopilot

0.0 2.0 0.0 135.82 MB

A self driving car model for humans.

License: MIT License

Python 100.00%

autopilot's Introduction

Autopilot

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 convnets to predict steering angle according to the road.

  1. Autopilot Version 1
  2. Autopilot Version 2

Code Requirements

You can install Conda for python which resolves all the dependencies for machine learning.

pip install requirements.txt

Description

An autonomous car (also known as a driverless car, self-driving car, and robotic car) is a vehicle that is capable of sensing its environment and navigating without human input. Autonomous cars combine a variety of techniques to perceive their surroundings, including radar, laser light, GPS, odometry, and computer vision. Advanced control systems interpret sensory information to identify appropriate navigation paths, as well as obstacles and relevant signage

Autopilot V1 (Udacity Dataset based on Udacity Simulator)

Dataset

You can get the dataset at here

Python Implementation

  1. Network Used- Convolutional Network
  2. Inspiration - Udacity SDC and End to End Learning for Self-Driving Cars by Nvidia

If you face any problem, kindly raise an issue

Procedure

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

Autopilot V2 (NVIDIA Dataset based on real world)

Dataset

Download the dataset at here and extract into the repository folder

Python Implementation

  1. Network Used- Convolutional Network
  2. Inspiration - End to End Learning for Self-Driving Cars by Nvidia

If you face any problem, kindly raise an issue

Procedure

  1. First, run LoadData_V2.py which will get dataset from folder and store it in a pickle file after preprocessing.
  2. Now you need to have the data, run Train_pilot.py which will load data from pickle. After this, the training process begins.
  3. For testing it on the video, run AutopilotApp_V2.py

References:

autopilot's People

Contributors

akshaybahadur21 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.