YuvalNirkin / fsgan

FSGAN - Official PyTorch Implementation
https://nirkin.com/fsgan
Creative Commons Zero v1.0 Universal
754 stars 147 forks source link

add demo page link #103

Open ooyamatakehisa opened 3 years ago

ooyamatakehisa commented 3 years ago

I made face swapping application using code of this repo. If it's okay, could you add this link to this readme? Thank you for your great job.

YuvalNirkin commented 3 years ago

Thank you for the demo. It didn't work for me with large videos, it might need a little more refinement before I can add a link from the repository.

ooyamatakehisa commented 3 years ago

I made this demo page for images and didn't try large size videos so I couldn't find the error. I set the timeout for nginx to 5 minutes, so I think it's because it takes more than 5 minutes to convert a large video. I'll comment again when I fix this setting and get it to work properly on large videos.