kyle-dorman / steering-angle-predictor
Creating a steering wheel angle predictor using Udacity's challenge 2 data.
☆12Updated 7 years ago
Alternatives and similar repositories for steering-angle-predictor:
Users that are interested in steering-angle-predictor are comparing it to the libraries listed below
- A robust lane detection system based on fully convolutional network for segmenting the road and the lane.☆53Updated 7 years ago
- Perception algorithms for Self-driving car; Lane Line Finding, Vehicle Detection, Traffic Sign Classification algorithm.☆50Updated 7 years ago
- Use segmentation networks to recognize lane lines and vehicles. Infer position and curvature of lane lines relative to self.☆68Updated 6 years ago
- Implementation of semantic segmentation of FCN structure using kitti road dataset. I used a tensorflow and implemented a segmentation alg…☆26Updated 6 years ago
- Multi-lane detection in urban driving environments using conditional random fields☆42Updated 4 years ago
- Udacity Self-Driving Car Engineer Nanodegree. Project: Advanced Lane Finding☆53Updated 8 years ago
- Team East Coast's implementation of the System Integration capstone project in the Udacity Self-Driving Car Nanodegree Program.☆35Updated 7 years ago
- Udacity Self-Driving Car Engineer Nanodegree. Project: Road Semantic Segmentation☆86Updated 7 years ago
- A Python program for lane line detection and tracking using a traditional computer vision approach☆44Updated 7 years ago
- Use 3D convolutional network to predict the speed of a car via dashcam stream. The final mean squared error on validation set is 3.1 (mil…