Xin Liu

Results 2 issues of Xin Liu

When i load the best saved model as below: python tools/test.py --cfg experiments/300w/face_alignment_300w_hrnet_w18.yaml --model-file output/300W/face_alignment_300w_hrnet_w18/model_best.pth step 1 In tools/test.py ##args.model_file = output/300W/face_alignment_300w_hrnet_w18/model_best.pth state_dict = torch.load(args.model_file) ## The state_dict is not...

As mentioned above,thx.