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

Add Description to circuit launch data README.md #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions circuit_launch_20210716/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Circuit Launch dataset

## Description

- data gathered at Circuit Launch training day, July 7, 2021 on the new track with walls using Ezward's stock donkeycar based on the Exceed Magnet, using a RaspberryPi4 and 5mp RPi Camera at 160x120 resolution
- Data was gathered using the `record on throttle` mode. There is a theoretical issue with using this mode on this track in that it is necessary to reduce speed going around the tight turns; in some cases you may go to zero throttle and not know it and those frames will NOT be captured. However, this mode makes it much easier to capture data and not have to do a lot of manual cleaning after the fact, so I used it. I tried to maintain a positive speed at all times, but it's possible there are some dropouts.
- Errors in driving were erased using the `erase last 100 records` function. No other post-collection cleaning has been done.
- I've trained a linear model with the 3 datasets and the steering seemed good, but throttle control was not good. I think this is because I was much better with my steering consistency throughout the run than I was with my throttle. The `record on throttle` dropout may also be an issue.
- If you look at the data you will note that there is a lot of image above the horizon. I've found that ROI_CROP_TOP of 45 pixels at the top of the image makes the model much less prone to error on race day when the track is surrounded by spectators.
- I've included myconfig.py that I used to capture the data. This does NOT include the ROI_CROP_TOP setting.

## The tub data
This contains the 3 tubs that were recorded by Ed on the circuit launch
track on 16-Jul-2021.
Expand Down