Skip to content

satyenrajpal/speed-prediction-challenge

Repository files navigation

Predict speed of car from dashcam video

Comma.ai challenge to predict speed from a dashcam video

Split up the data into train(90%) and validation(10%).
MSE -

  • Train - 4.4575
  • Validation - 1.089
Train_graph Validation Graph
Train Graph Validation Graph

Key points are tracked using a mask as shown in the sample gif. Rotation of camera is not considered. Car View

Referred to this blog post for some guidance and this implementation for hyperparameters. You can also refer to these slides for the math behind deriving the optical flow parameters.

TODO:

  • - Compute MSE for both train and val
  • - Graph for both train and validation
  • - Video showing key points

About

Comma.ai challenge to predict speed from a dashcam video

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages