Skip to content

Conversation

@LinkanMajumder
Copy link

  1. In driving_data.py, there was an issue reading the steering angle output from the dataset. The issue was caused by splitting the data by space, whereas it should have been split by commas. I added some lines to fix that.

  2. In run_dataset.py, there was an issue with fast forwarding during the loading of testing image data. I imported the time module and normalized the speed by adding one line.

1. In `driving_data.py`, there was an issue reading the steering angle output from the dataset. The issue was caused by splitting the data by space, whereas it should have been split by commas. I added some lines to fix that.

2. In `run_dataset.py`, there was an issue with fast forwarding during the loading of testing image data. I imported the `time` module and normalized the speed by adding one line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant