PacktPublishing / Hands-On-Deep-Learning-for-Games

MIT License
37 stars 17 forks source link

Chapter_2_2.py #3

Open markus-weiss opened 4 years ago

markus-weiss commented 4 years ago

Hey,

I tried to run the script on Chapter_2_2.py but I got a urllib.error.HTTPError: HTTP Error 404: Not Found cause of the follow bad link: https://s3.amazonaws.com/donkey_resources/indoor_lanes.pkl

Now to fix it i tried it with the instructions from the original git_repo https://github.com/lhzlhz/PilotNet/tree/master/data/datasets

But the data_set is bigger than 2.5GB and slows down the entirely IDE.

I tried to unpack and load in the data with the instructions from: https://www.tensorflow.org/tutorials/load_data/images

But it dosen't work for me because of a problem with the classes i dont understand. For the moment I give up. Thanks for help.

Best regards, Markus