satyenrajpal / speed-prediction-challenge

Comma.ai challenge to predict speed from a dashcam video

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%