oawiles / X2Face

Pytorch code for ECCV 2018 paper
MIT License
246 stars 60 forks source link

The Pose2Face result is different for official demo. #30

Closed Fengdalu closed 4 years ago

Fengdalu commented 4 years ago

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

akoepke commented 4 years ago

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.

Fengdalu commented 4 years ago

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.