jeremy-shannon / CarND-Traffic-Sign-Classifier-Project

My work-through of the Jupyter notebook for the Udacity Self-Driving Car Nanodegree program Project 2 - Traffic Sign Classifier
59 stars 40 forks source link

training_file & test_file #1

Open rezwanh001 opened 6 years ago

rezwanh001 commented 6 years ago

Where is your training_file = "./traffic-signs-data/train.p"

testing_file = "./traffic-signs-data/test.p" ?

Please Upload these ?

jeremy-shannon commented 6 years ago

There's a link to a zip file on the repository README.

ashishTamu commented 6 years ago

I am new to this. How do you generate .p ( I guess its pickle dump file ) from the available set of thousands of training set images ? Is there any python script?