topalbu / CarND-Vehicle-Detection

Vehicle Detection Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vehicle Detection

Udacity - Self-Driving Car NanoDegree

In this project, your goal is to write a software pipeline to detect vehicles in a video (start with the test_video.mp4 and later implement on full project_video.mp4), but the main output or product we want you to create is a detailed writeup of the project. Check out the writeup template for this project and use it as a starting point for creating your own writeup.

README.ipynb is the report. train.py contains the coes for training and testing the model. (run this scritp to create the model) VehicleDetection.py contains the codes to process video stream and detect the vehicles. (run this scritp to create final video )

About

Vehicle Detection Project


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%