Zhongdao / Towards-Realtime-MOT

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

Error(s) in loading state_dict for Darknet: size mismatch for classifier.weight #130

Closed JoeyQWu closed 4 years ago

JoeyQWu commented 4 years ago

Hi guys, I got the problem " Error(s) in loading state_dict for Darknet: size mismatch for classifier.weight: copying a param with shape torch.Size([7, 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([7]) from checkpoint, the shape in current model is torch.Size([14455]). " while I run the demo.py, Where is the location of 14455?

xwwxyd commented 4 years ago

I got the same problem,need help

olaConge commented 4 years ago

I got it,too. How do you solve this?

fanshu4869 commented 3 years ago

121