All Projects → soumik12345 → Swayam-Self-Driving-Car

soumik12345 / Swayam-Self-Driving-Car

Licence: other
This is an implementation of various algorithms and techniques required to build a simple Self Driving Car. A modified versions of the Udacity Self Driving Car Simulator is used as a testing environment.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Swayam-Self-Driving-Car

Self Driving Car
Udacity Self-Driving Car Engineer Nanodegree projects.
Stars: ✭ 2,103 (+12270.59%)
Mutual labels:  self-driving-car, lane-detection
Self-Driving-Car
Lane Detection for Self Driving Car
Stars: ✭ 14 (-17.65%)
Mutual labels:  self-driving-car, lane-detection
Light-Condition-Style-Transfer
Lane Detection in Low-light Conditions Using an Efficient Data Enhancement : Light Conditions Style Transfer (IV 2020)
Stars: ✭ 133 (+682.35%)
Mutual labels:  self-driving-car, lane-detection
Lanenet Lane Detection
Unofficial implemention of lanenet model for real time lane detection using deep neural network model https://maybeshewill-cv.github.io/lanenet-lane-detection/
Stars: ✭ 1,690 (+9841.18%)
Mutual labels:  self-driving-car, lane-detection
Awesome-Lane-Detection
A paper list with code of lane detection.
Stars: ✭ 34 (+100%)
Mutual labels:  self-driving-car, lane-detection
opendlv
OpenDLV - A modern microservice-based software ecosystem powered by libcluon to make vehicles autonomous.
Stars: ✭ 67 (+294.12%)
Mutual labels:  self-driving-car
pycv4rtsp
VideoCapture封装,读取rtsp的实时帧
Stars: ✭ 38 (+123.53%)
Mutual labels:  opencv-python
FisheyeDistanceNet
FisheyeDistanceNet
Stars: ✭ 33 (+94.12%)
Mutual labels:  self-driving-car
Image Processing
Image Processing techniques using OpenCV and Python.
Stars: ✭ 112 (+558.82%)
Mutual labels:  opencv-python
airsim ros
AirSim ROS packages: modified ros wrapper for airsim, and some vslam related tools. (Mainly focused on Car SimMode)
Stars: ✭ 28 (+64.71%)
Mutual labels:  self-driving-car
road-simulator
🛣️ Easy-to-use road simulator for little self-driving cars
Stars: ✭ 23 (+35.29%)
Mutual labels:  self-driving-car
object detector
Object detector from HOG + Linear SVM framework
Stars: ✭ 24 (+41.18%)
Mutual labels:  opencv-python
SDRC
Self-Driving RC Car - DIY
Stars: ✭ 37 (+117.65%)
Mutual labels:  self-driving-car
FaceEmotionClassifier
人脸识别与卡通化
Stars: ✭ 102 (+500%)
Mutual labels:  opencv-python
Lyft-Perception-Challenge
The 4th place and the fastest solution of the Lyft Perception Challenge (Image semantic segmentation with PyTorch)
Stars: ✭ 69 (+305.88%)
Mutual labels:  self-driving-car
OpenCV-REST-API
Learn to create a REST API microservice for extracting faces from images using OpenCV, OpenCV-python, Flask, Docker, and Heroku
Stars: ✭ 71 (+317.65%)
Mutual labels:  opencv-python
openpilot
FOR PRE-AP/AP1/AP2 TESLA CARS ONLY: open source driving agent. You can help development by donating @ https://github.com/sponsors/BogGyver
Stars: ✭ 30 (+76.47%)
Mutual labels:  self-driving-car
lane detection
Lane detection for the Nvidia Jetson TX2 using OpenCV4Tegra
Stars: ✭ 15 (-11.76%)
Mutual labels:  lane-detection
opencv-steel-darts
Automatic scoring system for steel darts using OpenCV, a Raspberry Pi 3 Model B and two webcams.
Stars: ✭ 138 (+711.76%)
Mutual labels:  opencv-python
GoogleHashCode2018
Solutions to Google HashCode 2018
Stars: ✭ 14 (-17.65%)
Mutual labels:  self-driving-car

Swayam - The Self Driving Car

Binder HitCount

Overview

This is an implementation of various algorithms and techniques required to build a simple Self Driving Car. A modified versions of the Udacity Self Driving Car Simulator is used as a testing environment.

Overview
Project 1: Lane Finding
Status: Completed

(code)

Overview
Project 2: Advanced Lane Finding
Status: Completed

(code)

Overview
Project 3: Deep Road Finder
Status: Ongoing

(code)

Dependencies

Main Dependencies are -

  1. Python 3.5
  2. numpy
  3. opencv
  4. pyautogui (optional)

Project 1: Lane Finding

Detection of Lane Lines on road from both Real World Footage as well as Simulator Footage using basic Image Processing techniques including colorspace shifting, thresholding, edge detection and Line Detection.

Overview

Project 2: Advanced Lane Finding

Detection of Lane Lines on road from both Real World Footage as well as Simulator Footage using advanced Image Processing techniques including Distortion Fixing, Perspective Transformation, Binarization and Polynomial Curve Fitting.

Overview

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].