Closed flynnamy closed 3 years ago
I can't even run inference with this --model checkpoint-regression.pth
checkpoint as I right away get a Missing key(s) in state_dict:
error.
@AndriiHura Could you please show your step-by-step commands? The missing keys are due to the mismatch between DaraParallel Model and the original model.
Would you mind to re-try? I updated the codes to fix this issue.
@D-X-Y Please see my results, Any suggestions?
@flynnamy It was my fault that used an old eval file from SBR.. I just updated the codes, please have a try now. I tried it on my laptop and works fine.
Please feel free to re-open this issue if you have another question.
@D-X-Y Now it works great! Thanks a lot :)
Hi, I execute this command:python exps/BASE-eval-image.py --image ./cache_data/cache/self.jpeg --face 250 150 900 1100 --model checkpoint-regression.pth,but get wrong landmark like followings pic. Any suggestions? @D-X-Y