Skip to content

Vehicle Detection using Mask R-CNN and Computer Vision based Lane Detection

Notifications You must be signed in to change notification settings

tj27-vkr/RCNN-Vehicle-Tracking-Lane-Detection

Repository files navigation

Vehicle-Tracking-and-Lane-Detection

Vehicle Detection using Mask R-CNN and Computer Vision based Lane Detection

Implemented the Mask R-CNN using Keras and TensorFlow. The model detects vehicles in the image frame using segmentation masks with the pretrained weights trained on COCO dataset; the lane detection is done using sobel filter. This project is a part of Udacity Self-Driving Car Engineer program

Result image frames:

Mask R-CNN output on a road scene:

Land Identification output:

Final combined output:

Download the pretrained weights here and place it in the current working directory. Run main.py specifying the input image path. It can be applied with video files using moviepy and calling process_video() function.

Final Video GIF:

About

Vehicle Detection using Mask R-CNN and Computer Vision based Lane Detection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages