All Projects → tj27-vkr → RCNN-Vehicle-Tracking-Lane-Detection

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

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to RCNN-Vehicle-Tracking-Lane-Detection

Duckietown.jl
Differentiable Duckietown
Stars: ✭ 29 (-75%)
Mutual labels:  self-driving-car, autonomous-vehicles
Self Driving Vehicle
Simulation of self-driving vehicles in Unity. This is also an implementation of the Hybrid A* pathfinding algorithm which is useful if you are interested in pathfinding for vehicles.
Stars: ✭ 112 (-3.45%)
Mutual labels:  self-driving-car, autonomous-vehicles
Rc car ros
ROS package to control an autonomous RC vehicle based on Raspberry Pi3
Stars: ✭ 30 (-74.14%)
Mutual labels:  self-driving-car, autonomous-vehicles
Awesome-Self-Driving
an awesome list of self-driving algorithms, software, tools
Stars: ✭ 74 (-36.21%)
Mutual labels:  self-driving-car, autonomous-vehicles
Airsim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
Stars: ✭ 12,528 (+10700%)
Mutual labels:  self-driving-car, autonomous-vehicles
Dig Into Apollo
Apollo notes (Apollo学习笔记) - Apollo learning notes for beginners.
Stars: ✭ 903 (+678.45%)
Mutual labels:  self-driving-car, autonomous-vehicles
Lidarobstacledetection
Lidar Obstacle Detection
Stars: ✭ 90 (-22.41%)
Mutual labels:  self-driving-car, autonomous-vehicles
Apollo
An open autonomous driving platform
Stars: ✭ 19,814 (+16981.03%)
Mutual labels:  self-driving-car, autonomous-vehicles
Autonomousdrivingcookbook
Scenarios, tutorials and demos for Autonomous Driving
Stars: ✭ 1,939 (+1571.55%)
Mutual labels:  self-driving-car, autonomous-vehicles
Self Driving Golf Cart
Be Driven 🚘
Stars: ✭ 147 (+26.72%)
Mutual labels:  self-driving-car, autonomous-vehicles
Rtm3d
Unofficial PyTorch implementation of "RTM3D: Real-time Monocular 3D Detection from Object Keypoints for Autonomous Driving" (ECCV 2020)
Stars: ✭ 211 (+81.9%)
Mutual labels:  self-driving-car, autonomous-vehicles
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+112.07%)
Mutual labels:  self-driving-car, autonomous-vehicles
Carla
Open-source simulator for autonomous driving research.
Stars: ✭ 7,012 (+5944.83%)
Mutual labels:  self-driving-car, autonomous-vehicles
Awesome Self Driving Cars
An awesome list of self-driving cars
Stars: ✭ 208 (+79.31%)
Mutual labels:  self-driving-car, autonomous-vehicles
Awesome Autonomous Vehicle
无人驾驶的资源列表中文版
Stars: ✭ 389 (+235.34%)
Mutual labels:  self-driving-car, autonomous-vehicles
Uselfdrivingsimulator
Self-Driving Car Simulator
Stars: ✭ 48 (-58.62%)
Mutual labels:  self-driving-car, autonomous-vehicles
Self-Driving-Car
Lane Detection for Self Driving Car
Stars: ✭ 14 (-87.93%)
Mutual labels:  self-driving-car, autonomous-vehicles
Metacar
A reinforcement learning environment for self-driving cars in the browser.
Stars: ✭ 337 (+190.52%)
Mutual labels:  self-driving-car, autonomous-vehicles
Multiagenttorcs
The multi-agent version of TORCS for developing control algorithms for fully autonomous driving in the cluttered, multi-agent settings of everyday life.
Stars: ✭ 122 (+5.17%)
Mutual labels:  self-driving-car, autonomous-vehicles
Apollo perception ros
Object detection / tracking / fusion based on Apollo r3.0.0 perception module in ROS
Stars: ✭ 179 (+54.31%)
Mutual labels:  self-driving-car, autonomous-vehicles

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].