pgebert / autonomous_car_simulation

Pytorch model (CNN) to drive a simulated car autonomously in the Udacity Self-Driving Car Simulation.
MIT License
11 stars 8 forks source link

FileNotFound error #1

Closed SiddAjriY2Jaccount closed 4 years ago

SiddAjriY2Jaccount commented 4 years ago

Hello,

While executing the command python model.py the following error occurs:

FileNotFoundError: [Errno 2] File driving_log.csv does not exist: 'driving_log.csv'

Could you help me understand the reasoning behind this error/how to resolve it? Thanks

pgebert commented 4 years ago

Hey,

before training the model you have to generate the training data (images and driving_log.csv) with the Udacity Self-Driving Car Simulator. I probably should provide a more meaningful error message - sorry for that.

Best regards, Patrick