obendidi / Tracking-with-darkflow

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

Detecting False object when using SORT and doing nothing when deep_sort is set True #63

Open suranshu opened 6 years ago

suranshu commented 6 years ago

when I(novice in this field) applied the sort algorithms as stated it is creating bounding box around anything and Even for the only Car video it is creating bounding box everywhere continuously. Need some solution to only detect Cars and Bus. I thing I had missed something or not aware about any unmentioned step