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

can't track the objects when I use the sort #49

Open ZhihongChen123 opened 6 years ago

ZhihongChen123 commented 6 years ago

when i use the sort ,FLAGS.track =True,FLAGS.BK_MOG = False ,it can't show the tracking boxes in the video, when I set FLAGS.track =True and FLAGS.BK_MOG =True,it can show same error boxes, so I wonder the code of sort doesn't receive the detecting boxes of darkflow or not ,when I use the deep_sort ,It can work. is there some problems of the code of sort-with-darkflow?

deagarwa commented 6 years ago

Facing the same issue. Pls help.