CarND-Traffic-Sign-Classifier-Project
CarND-Traffic-Sign-Classifier-Project copied to clipboard
training_file & test_file
Where is your
training_file = "./traffic-signs-data/train.p"
testing_file = "./traffic-signs-data/test.p"
?
Please Upload these ?
There's a link to a zip file on the repository README.
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?