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.
Do we need Unity Engine and load the Udacity Simulator on that?
if yes, then does Unity work on Ubuntu 16.04
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?
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?
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.
Do we need Unity Engine and load the Udacity Simulator on that? if yes, then does Unity work on Ubuntu 16.04
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?
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