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

Not detecting people #86

Closed santoshmn26 closed 5 years ago

santoshmn26 commented 5 years ago

When the track is set to true, the model not detecting a person at all but detects random objects. what could I be doing wrong?

santoshmn26 commented 5 years ago

Found whats wrong now worries!
Was using "sort" instead of "deep_sort" for tracking.