oawiles / X2Face

Pytorch code for ECCV 2018 paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Pose2Face result is different for official demo.

Fengdalu opened this issue · comments

Hi,

I try to run the Pose2Face demo in this project with pretrained model loaded. The result seems wrong. Is there any advice about reproducing the result? My torch version is 1.0 with python3.

Taylor_pose

If you want to use python 3.7, follow the instructions in the py37_pytorch_0.4.1 branch. You will need pytorch 0.4.1 for that.

If you want to use python 3.7, follow the instructions in the py37_pytorch_0.4.1 branch. You will need pytorch 0.4.1 for that.

Thanks.