Team-Recursion-04 / Autonomous-Driving-System

Obstacle detection and Path Identification for a vehicle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autonomous Driving

Stars Forks GitHub contributors Language GitHub Say Thanks! HitCount Issues PRsWelcome

Demo:

(1) Path Lane Detection

gif_demo1

(2) Object Detection

gif_demo2


You Only Look Once (YOLO)

You only look once (YOLO) is a state-of-the-art, real-time object detection system. On a Pascal Titan X it processes images at 30 FPS and has a mAP of 57.9% on COCO test-dev.

YOLOv3 is extremely fast and accurate. In mAP measured at .5 IOU YOLOv3 is on par with Focal Loss but about 4x faster. Moreover, you can easily tradeoff between speed and accuracy simply by changing the size of the model, no retraining required!

YOLOv3 uses a few tricks to improve training and increase performance, including: multi-scale predictions, a better backbone classifier, and more.

For Further Reference, click here.

alt text

Example of test image

alt text


Developers:

Vedant Khairnar

Pranav Manbhekar

Vishal Kriplani

Piyush Chotiya

About

Obstacle detection and Path Identification for a vehicle

License:MIT License


Languages

Language:Python 100.0%