Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues Fixed in 'driving_data.py' and 'run_dataset.py' Files #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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