You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Env
About this repo
master
commit beda45c3665f48a20dc2fba5a8e91032100c50c4 (HEAD -> master, origin/master, origin/HEAD)
Merge: 00563fe b984b4b
Author: Wang Xinyu [email protected]
Date: Thu May 14 20:59:07 2020 +0800
Merge pull request add mobilenetv3 small #1 from biubug6/master
Update README.md
retinaface
Your problem
a411@a411-nx:~/RetinaFace_trt_proj/Pytorch_Retinaface$ python3 detect.py --save_model
Loading pretrained model from ./weights/Resnet50_Final.pth
remove prefix 'module.'
Missing keys:456
Unused checkpoint keys:267
Used keys:0
Traceback (most recent call last):
File "detect.py", line 76, in
net = load_model(net, args.trained_model, args.cpu)
File "detect.py", line 62, in load_model
check_keys(model, pretrained_dict)
File "detect.py", line 40, in check_keys
assert len(used_pretrained_keys) > 0, 'load NONE from pretrained checkpoint'
AssertionError: load NONE from pretrained checkpoint
The text was updated successfully, but these errors were encountered: