Closed chaitanyya closed 7 years ago
Yes, the file was used for the video. One possible cause for the crash might be the library version differences. environment.yml or environment-gpu.yml has the conda environment details. Let me know if you still have the issue even though the environment is the same.
Same problem i faceed; i installed all package manually with pip and the model don't work
@chaitanyya you can try this
First you need to
conda env list
see that if the previous env with name "car-behavioral-cloning" has existed there then delete it
with conda remove --name car-behavioral-cloning --all
write anaconda login
for log into the anaconda server, give username and pass , or no package will be downloaded
write cd /d H:\How_to_simulate_a_self_driving_car
here place your won gitclone directory
Now Write conda env create -f environment.yml
activate the new env with activate car-behavioral-cloning
python drive.py model.h5
thanks @naokishibuya code works superbly fine ..
We tried to run the model.h5 file and for some reason, it always crashes at the first turn in the jungle track. Is it the model you used in the video?