Qiulin-W / SAFA

Official Pytorch Implementation of 3DV2021 paper: SAFA: Structure Aware Face Animation.
Other
176 stars 29 forks source link

could you provide some test data? #7

Open ForrestPi opened 2 years ago

ForrestPi commented 2 years ago

I have tested some data collected by myself. the results are terrible. could you provide some test data showed in your readme?

Qiulin-W commented 2 years ago

Hi, I added some videos to ./assets, have fun!

ForrestPi commented 2 years ago

@Qiulin-W thanks providing test videos. Animation demo seems good. but the face swap demo I tesed by myself still seems not so good.

ForrestPi commented 2 years ago

https://user-images.githubusercontent.com/12846142/157174511-a399e0cc-c6e9-4f8c-b6a4-f3037139be8d.mp4

@Qiulin-W

Qiulin-W commented 2 years ago

resultSAFA.mp4 @Qiulin-W

For face swapping, it is something like "copy and paste" in our framework, which relies on a face segmentor and we deform the source face so that it can fit to the target face. The GAN loss during training mainly optimizes the deformation field instead of making realistic face swapping (e.g. face boundary).