maum-ai / faceshifter

Unofficial PyTorch Implementation for FaceShifter (https://arxiv.org/abs/1912.13457)
BSD 3-Clause "New" or "Revised" License
610 stars 114 forks source link

colab example? #2

Closed molo32 closed 3 years ago

molo32 commented 3 years ago

You can provide one for colab , I would appreciate it.

usingcolor commented 3 years ago

Hi. Which part do you want for colab? Training or inference? I think it will be very hard to train this model on colab's device. I can make some colab examples for inference, if there are same demands like you.

molo32 commented 3 years ago

I don't mean to train, rather to test the quality of face swap.

usingcolor commented 3 years ago

I added colab example in this commit