Qidian213 / deep_sort_yolov3

Real-time Multi-person tracker using YOLO v3 and deep_sort with tensorflow
GNU General Public License v3.0
1.66k stars 592 forks source link

Tracking Not Working #138

Open AnanthuPS opened 5 years ago

AnanthuPS commented 5 years ago

I have trained my custom object detector by using the repository https://github.com/qqwweee/keras-yolo3 for detecting a single class. Detection works pretty well. I used Deepsort ( https://github.com/Qidian213/deep_sort_yolov3 )for tracking the detected object with the generated weight file. But when i run the demo.py , Iam getting nothing tracked. . . Please help me out solving this issue... Thanks in advance...