Skip to content

This repo is a collection of projects related to self driving car.

Notifications You must be signed in to change notification settings

shengchen-liu/self-driving

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Self-driving

This repo is a collection of projects related to self-driving-car

Detect lane lines in images using Python and OpenCV.

Implement a lane detection pipeline with OpenCV.

Build a Traffic Sign Recognition Model with Tensorflow.

Develop a pipeline to reliably detect cars given a video from a roof-mounted camera.

Build a convolution neural network in Keras that predicts steering angles from images. Test that the model successfully drives around track one without leaving the road.

Utilize a kalman filter to estimate the state of a moving object of interest with noisy lidar and radar measurements.

Implement a 2 dimensional particle filter in C++. The particle filter will be given a map and some initial localization information (analogous to what a GPS would provide). At each time step the filter will also get observation and control data.

Build a path planner that creates smooth, safe trajectories for the car to follow. The car transmits its location, along with its sensor fusion data, which estimates the location of all the vehicles on the same side of the road.

About

This repo is a collection of projects related to self driving car.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published