llSourcell / How_to_simulate_a_self_driving_car

This is the code for "How to Simulate a Self-Driving Car" by Siraj Raval on Youtube
430 stars 306 forks source link

Error while running the model #29

Open vighnesh-balaji opened 6 years ago

vighnesh-balaji commented 6 years ago

I have a few things to clarify. When I run the drive.py file with the model.h5 file, though it says 'Recording this run' and starting wsgi, nothing happens after that.

  1. Do we need Unity Engine and load the Udacity Simulator on that? if yes, then does Unity work on Ubuntu 16.04

  2. The python files, the .exe of the simulator and also the image folder which contains the data is in the same folder. The driving_log.csv has the absolute paths of the images. Where should each component be present? Is there some directory problem here the reason for my problem?

  3. What are the arguments needed to be provided by us while running the drive.py and train.py file? will the drive.py file work even when the model is not saved as a .h5 and saved as .ckpt?

Thanks

ghost commented 6 years ago

have you found the solution for this issue? i'm having the same problem :/