supernotman / RetinaFace_Pytorch

Reimplement RetinaFace with Pytorch
305 stars 68 forks source link

when do inference, load model is wrong? #16

Closed foocker closed 5 years ago

foocker commented 5 years ago

RuntimeError: Error(s) in loading state_dict for RetinaFace Missing key(s) in state_dict: "body.conv1.weight", "body.bn1.weight", "body.bn1.bias",.... Unexpected key(s) in state_dict: "module.body.conv1.weight", "module.body.bn1.weight",...

aman071 commented 3 years ago

i'm facing the same issue. do you have a solution?