Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 451 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 451 Bytes

This project for the first MCDC competition

The task is to detect the vehicle and select the car ahead, to predict the relative distance and speed.

Detector

We try faster rcnn and yolo as our detector

Predictor

We try projection method, area, LSTM and unsupervised depth estimation to predict the distance.