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

How to change this to track ONLY humans? #81

Closed vimukthimudalige closed 5 years ago

obendidi commented 5 years ago

in run.py, modify this line :

FLAGS.trackObj = ['Bicyclist','Pedestrian','Skateboarder','Cart','Car','Bus'] # the object to be tracked

to

FLAGS.trackObj = ['Pedestrian'] # the object to be tracked