tatsuyah / vehicle-detection

Vehicle detection using machine learning and computer vision techniques for Udacity's Self-Driving Car Engineer Nanodegree.
1.15k stars 170 forks source link

In Vehicle Detection what is the Training-data to be loaded in vehicle detection.ipynb #2

Open melonshreyas opened 5 years ago

melonshreyas commented 5 years ago

images = glob.glob('./training-data///*.png')

tatsuyah commented 5 years ago

Hi,

It's described here. First of all, you need to download the images and put it on appropriate directory on your own.