Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 538 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 538 Bytes

This repo contains my (current record holding) entry to the comma.ai speed challenge. The speed challenge is a challenge to predict the speed of a car based solely on dashcam video footage.

My entry uses a resnet-based posenet trained on the comma ai 2k19 dataset.

Future work:

  • train on the waymo open dataset for better low speed predictions
  • use deeper, more modern architectures (replace the resnet18 encoder with an SE resnext50 encoder)