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

how to track cars? #21

Closed mayidu closed 6 years ago

mayidu commented 6 years ago

hello, I have a work to track people, cars, but deep sort only track people,how to track cars and people at the same time? do you train the model?

obendidi commented 6 years ago

you can use sort and just pass a list to the FLAG.trackObj = ["car","people"]