kcg2015 / Vehicle-Detection-and-Tracking

Computer vision based vehicle detection and tracking using Tensorflow Object Detection API and Kalman-filtering
537 stars 192 forks source link

low frame rate issue #3

Closed ambakick closed 6 years ago

ambakick commented 6 years ago

For low frame rate the tracker is lagging, is there a way i can make it work for low frame videos. Like for example changing the dt value in tracker.py

kcg2015 commented 6 years ago

@ambakick, you mean low frame rate videos? Could you provide an example?

kcg2015 commented 6 years ago

@ambakick , what is the frame rate you are working on? I am very interested to know if you get it to work by adjusting the dt value in tracker.py? Best, Kyle