balancap / SDC-Vehicle-Detection

Udacity Project - Vehicle Detection
226 stars 113 forks source link

speed #13

Open 3073 opened 6 years ago

3073 commented 6 years ago

I tried SSD detector with VGG-16 base network (pretrained on voc dataset) and add dlib tracker. but it is too slow to the extent that it can not be used for real time apps. almost 1fps....... how can I run it fast?

untitled