JunshengFu / driving-behavioral-cloning

Built and trained a convolutional neural network for end-to-end driving in a simulator, using TensorFlow and Keras.
GNU General Public License v3.0
11 stars 8 forks source link

No result in autonomous mode in drive.py #2

Open cobaltblueatelier opened 4 years ago

cobaltblueatelier commented 4 years ago

Hi, I'm following the project. have done everything properly to set up my venv, but while running the file: drive.py by command typed into my PyCharm terminal: python drive.py model.h5

There' s no result in autonomous mode in Udacity simulator and there's no output in my PyCharm terminal. The same is when I type it into my cmd as following: C:\Users\cobaltblueatelier\Desktop\working>python drive.py model.h5 I'm just receiving another line with the directory I'm working at.

Any ideas how to fix it?