Zhongdao / Towards-Realtime-MOT

Joint Detection and Embedding for fast multi-object tracking
MIT License
2.37k stars 539 forks source link

train on mot16 #178

Closed olaConge closed 3 years ago

olaConge commented 3 years ago

I train on mot16 and get a weights, but when I test it, I meet this: RuntimeError: Error(s) in loading state_dict for Darknet: size mismatch for classifier.weight: copying a param with shape torch.Size([519, 512]) from checkpoint, the shape in current model is torch.Size([14455, 512]). size mismatch for classifier.bias: copying a param with shape torch.Size([519]) from checkpoint, the shape in current model is torch.Size([14455]).

fanshu4869 commented 3 years ago

121