ZQPei / deep_sort_pytorch

MOT using deepsort and yolov3 with pytorch
MIT License
2.78k stars 721 forks source link

Yolov3-spp did not work #199

Open oomq opened 3 years ago

oomq commented 3 years ago

Thank you for your great work!

I trained ultralytics/yolov3 :yolov3-tiny、yolov3 and yolov3-spp. I succeeded in training yolov3-tiny/yolov3 with one class on my own data and tracking the objects. But when I used yolov3-spp.weights to detect objects, it did not work. It shows it can load the file of yolov3-spp.weights,but detect and track nothing.

Could you please tell me what I should do?

yuanqiyin commented 3 years ago

I have the same problems,did you solve it? Thank you.

oomq commented 3 years ago

No idea. I using YOLOv3.cfg now.

I have the same problems,did you solve it? Thank you.