Pinned Repositories
Automold--Road-Augmentation-Library
This library augments road images to introduce various real world scenarios that pose challenges for training neural networks of Autonomous vehicles. Automold is created to train CNNs in specific weather and road conditions.
Behavior-Cloning-T1P3
The project included designing a neural network and then training the car on the road. The CNN had to learn and clone the driving behavior.
CarND-Advanced-Lane-Lines-Detection-T1P4
This is the advanced lane detection project which includes advanced image processing to detect lanes irrespective of the road texture, brightness, contrast etc. I used Image warping and sliding window approach to find and plot the lanes. This makes it better with the lane curves.
Kindnapped-Vehicle-T2P3
Localization
Path-Planning-Project-T3P1
Prediction, behaviour planning and trajectory
road-glare-removal-tests
Semantic-Segmentation-T3P2
Semantic segmentation uses transposed convolutions in the decoder part to segment the images in classes. This projects implements a FCN8 architecture to detect the roads in the image.
Traffic-sign-Classifier-with-Inception-layer-T1P2
This is the second project by Udacity's Autonomous vehicle development program. A CNN was designed and trained to detect the traffic signs. The system was also tested on German traffic signs to measure its performance.
udacity-image-classification
Udacity Data Science Nanodegree program, deep learning on Pytorch, image classification (flowers)
Unscented-Kalman-Filter-T2P2
This is another approach for linearizing a function to apply Kalman Filter. Instead of linearizing only around mean, sample points are taken for each dimension and then a Gaussian is approximated around them.
UjjwalSaxena's Repositories
UjjwalSaxena/Automold--Road-Augmentation-Library
This library augments road images to introduce various real world scenarios that pose challenges for training neural networks of Autonomous vehicles. Automold is created to train CNNs in specific weather and road conditions.
UjjwalSaxena/CarND-Advanced-Lane-Lines-Detection-T1P4
This is the advanced lane detection project which includes advanced image processing to detect lanes irrespective of the road texture, brightness, contrast etc. I used Image warping and sliding window approach to find and plot the lanes. This makes it better with the lane curves.
UjjwalSaxena/Path-Planning-Project-T3P1
Prediction, behaviour planning and trajectory
UjjwalSaxena/road-glare-removal-tests
UjjwalSaxena/Semantic-Segmentation-T3P2
Semantic segmentation uses transposed convolutions in the decoder part to segment the images in classes. This projects implements a FCN8 architecture to detect the roads in the image.
UjjwalSaxena/udacity-image-classification
Udacity Data Science Nanodegree program, deep learning on Pytorch, image classification (flowers)
UjjwalSaxena/Vehicle-Detection-T1P5
This project used machine learning to train a classifier to classify cars in video and then draw bounding boxes around them. I used sliding window technique, and heat map to bind the car images in rectangles.
UjjwalSaxena/Behavior-Cloning-T1P3
The project included designing a neural network and then training the car on the road. The CNN had to learn and clone the driving behavior.
UjjwalSaxena/Kindnapped-Vehicle-T2P3
Localization
UjjwalSaxena/Traffic-sign-Classifier-with-Inception-layer-T1P2
This is the second project by Udacity's Autonomous vehicle development program. A CNN was designed and trained to detect the traffic signs. The system was also tested on German traffic signs to measure its performance.
UjjwalSaxena/Unscented-Kalman-Filter-T2P2
This is another approach for linearizing a function to apply Kalman Filter. Instead of linearizing only around mean, sample points are taken for each dimension and then a Gaussian is approximated around them.
UjjwalSaxena/Behavior-Cloning-DataSet-Ujjwal
Behavior training data
UjjwalSaxena/Extended-Kalman-Filter-T2P1
This includes Lidar and Radar data fusion. The radar measurement space being a non linear function requires linearization to apply Kalman Filter. This is done using Taylor series and Jacobian matrices in an Extended Kalman Filter approach.
UjjwalSaxena/Functional-safety-project-T3P3
UjjwalSaxena/Lane-Line-Detection-T1P1
In this project I used some Image processing techniques like blurring, Canny Edge detection, Hough transform etc. to detect the lane lines on the road and then plotted a lines over them to mark the lanes.
UjjwalSaxena/LSTM-Sentiment-Analysis
Sentiment Analysis with LSTMs in Tensorflow
UjjwalSaxena/MPC-Project-T2P5
Model predictive control project takes the waypoints as input and predicts a trajectory for driving vehicle accordingly.
UjjwalSaxena/PID-Control-Project-T2P4
PID control
UjjwalSaxena/python-opencv-cuda
custom opencv_contrib module which exposes opencv cuda optical flow methods with python bindings
UjjwalSaxena/Rabbit-Dashboard
UjjwalSaxena/Simple-eye-detection-tests-ML
UjjwalSaxena/Udacity-CarND-Capstone