manavkataria / CarND-Vehicle-Detection

Moving Vehicle Detection Project
2 stars 1 forks source link

FileNotFoundError: No such file or directory: 'save/model_HLS_9890.p' #2

Open wn312991 opened 7 years ago

wn312991 commented 7 years ago

when I type: python main.py ,the cmd output: FileNotFoundError: [Errno 2] No such file or directory: 'save/model_HLS_9890.p', any help would be appreciate,thanks you @manavkataria @ryan-keenan

manavkataria commented 7 years ago

@wn13083405221: Are you a Udacity student?

If you're running this for the first time set TRAIN = True to generate and cache the model. [1]

[1] https://github.com/manavkataria/CarND-Vehicle-Detection/blob/master/settings.py#L63