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 drive.py #36

Closed shuvamklu closed 5 years ago

shuvamklu commented 5 years ago

i am getting this error while running the pre-trained model Using TensorFlow backend. 2018-12-28 10:32:58.783787: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations. 2018-12-28 10:32:58.784058: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations. 2018-12-28 10:32:58.784186: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations. 2018-12-28 10:32:58.784379: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations. 2018-12-28 10:32:58.784515: W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use FMA instructions, but these are available on your machine and could speed up CPU computations. NOT RECORDING THIS RUN ... (5055) wsgi starting up on http://0.0.0.0:4567 (5055) accepted ('127.0.0.1', 39475) 127.0.0.1 - - [28/Dec/2018 10:33:01] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.134300 (5055) accepted ('127.0.0.1', 43889) 127.0.0.1 - - [28/Dec/2018 10:33:01] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.002767 (5055) accepted ('127.0.0.1', 36847) 127.0.0.1 - - [28/Dec/2018 10:33:01] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.003323 (5055) accepted ('127.0.0.1', 39143) 127.0.0.1 - - [28/Dec/2018 10:33:01] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.002371 (5055) accepted ('127.0.0.1', 38583) 127.0.0.1 - - [28/Dec/2018 10:33:01] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.002959 (5055) accepted ('127.0.0.1', 46107) 127.0.0.1 - - [28/Dec/2018 10:33:01] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.017572 (5055) accepted ('127.0.0.1', 39951) 127.0.0.1 - - [28/Dec/2018 10:33:01] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.002816 (5055) accepted ('127.0.0.1', 36385) 127.0.0.1 - - [28/Dec/2018 10:33:01] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.001522 (5055) accepted ('127.0.0.1', 42685) 127.0.0.1 - - [28/Dec/2018 10:33:01] "GET /socket.io/?EIO=4&transport=websocket HTTP/1.1" 404 342 0.001352 (5055) accepted ('127.0.0.1', 40539)

how to solve this issue???@AbhishekPatnaik

adijams01 commented 1 year ago

hello, how did u solved that problem? i am getting this problem image