Git Product home page Git Product logo

Ujjwal Saxena's Projects

automold--road-augmentation-library icon 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 icon 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 icon 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.

extended-kalman-filter-t2p1 icon 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.

lane-line-detection-t1p1 icon 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.

mpc-project-t2p5 icon mpc-project-t2p5

Model predictive control project takes the waypoints as input and predicts a trajectory for driving vehicle accordingly.

python-opencv-cuda icon python-opencv-cuda

custom opencv_contrib module which exposes opencv cuda optical flow methods with python bindings

semantic-segmentation-t3p2 icon 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 icon 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.

unscented-kalman-filter-t2p2 icon 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.

vehicle-detection-t1p5 icon 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.

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.