SullyChen / Autopilot-TensorFlow

A TensorFlow implementation of this Nvidia paper: https://arxiv.org/pdf/1604.07316.pdf with some changes
MIT License
1.26k stars 426 forks source link

No such file error on run_dataset #3

Closed huyouare closed 8 years ago

huyouare commented 8 years ago

IOError: [Errno 2] No such file or directory: 'driving_dataset/10000.jpg'

Seems like the linked dataset is numbered up to 7148.jpg.

Would you mind also linking where the dataset is from? Thanks!

SullyChen commented 8 years ago

Hi, I collected this small dataset myself using my car. It only collected 7148 samples I think haha

huyouare commented 8 years ago

That's pretty cool! Did you use a gyroscope for measuring the steering rate?

SullyChen commented 8 years ago

Nope, I actually read the steering wheel angle from the OBD-II port on my car!