bj80heyue / One_Shot_Face_Reenactment

Official test script for 2019 BMVC paper 'One-shot Face Reenactment' in PyTorch.
MIT License
191 stars 36 forks source link

How to make mask? #2

Closed c1a1o1 closed 5 years ago

c1a1o1 commented 5 years ago

How to make mask?

bj80heyue commented 5 years ago

You can find this code in "/fusion/affineFace.py - line134 - #get skin mask"

c1a1o1 commented 5 years ago

Thank you very much!