Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

comma.ai Programming Challenge: https://github.com/commaai/speedchallenge

Preprocessing

- memory-intensive: loads complete video into ram

  • 100x640 pixels of the original video resized to 96x96 pixels
  • pixels = pixels[260:360, 0:640] height, width
  • normalized to std=1, mean=0

Data augmentations

  • take every 2nd frame and take double the velocity as the target
  • horizontal flip
  • repeat one frame n times and take 0.0 as the target

Architecture

Validation

  • training data cut into 50 video clips
  • 5 different train/validate splits (shifted by one clip) with every 5th clip being a validation clip (80/20)
  • about 0.3 mse on average without averaging

Evaluation

  1. predictions from frame 1130 to 1618 set to 0.0, because the model wasn't able to learn the edge case from the training data (traffic moving sideways while car stands still).
  2. average of the 5 models on the test data
  3. moving average of length 100 over the predictions

About

solution for comma ai speed challenge: https://github.com/commaai/speedchallenge

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages