Xin Liu

Results 13 comments of Xin Liu

@yellowcheng Have you solve this problem? I meet the same problem.

When i run the command 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** and raise the error AttributeError: 'HighResolutionNet' object has no attribute 'keys' but when i run the command below:...

I have read 'models/cu-net.py' and I can't find the dense ship layer between the two U-net in the code released ,whether it was just two U-net stacked together. @zhiqiangdon @yzldw333

@Will-Hui It works well when i remove writer_dict as you mentioned.

@YoungZiyu ''To stabilize the predictions, we evaluate both the original image and its flipped version, and average their output heatmaps.'' (this sentence is from 《Self Adversarial Training for Human Pose...

@c1a1o1 You should download the valid.json file from the googledrive. just follow the instructions in readme. (需要下载,科学上网)

the pull and push loss really make me confued, they are brought from AE?