obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
524 stars 174 forks source link

Testing video on 2 Gerforce GTX Titan x #35

Closed jianyuheng closed 6 years ago

jianyuheng commented 6 years ago

YOLO with track Flag set to False : 7fps

YOLO with track Flag set to True (deep_sort) : 6 fps

YOLO with track and background subtraction Flags set to Ture : 7 fps

My testing FPS is much lower than yours, what is the reason?