Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 948 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 948 Bytes

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