liuqk3 / OTCD

Real-time online multi-object tracking in compressed domain
17 stars 3 forks source link

can not train the tracking model #3

Open ddt2014 opened 4 years ago

ddt2014 commented 4 years ago

Thanks for your work firstly. I have tried to reproduce your work recently, with your training code. I forcused on the tracking model, the single head one. But I can't get your results in the paper. My trained model only can give me the bboxes, whose left-bottom point fixed, the same as the input bbox, and right-down point moving to right and down, every time inferencing with the model. So I want to ask for your help, that do you have any tricks in your training phase, and if training with the code without any change can get the results.

ddt2014 commented 4 years ago

And for your released tracking model, I also found that if an object keeps still, the tracking bbox will change big. Have you found this?