-
> python faceswap.py convert -i C:/faceswap/A -o C:/faceswap/A/merged -m C:/faceswap/models -t GAN -c GAN -D cnn
![screenshot_8](https://user-images.githubusercontent.com/13344308/36069459-0915aaf2…
-
Is there a COPYING or LICENSE type of file for this? I didn't really follow the original reddit post but is this GPL? Apache? Something else?
-
FakeApp uses GPU and extract more angles with less artefacts.
Can you make same with faceswap?
-
I followed the FaceSwap_GAN_github notebook pretty closely. I was able to install all the packages expect dlib, which I believe we don't need for training.
I have two issues:
1) During "Load Model…
-
I followed the guide
[https://github.com/deepfakes/faceswap/blob/master/USAGE.md#testing-out-our-bot](url) to test the trained model's output
`python faceswap.py convert -i ~/faceswap/photo/trump/ -…
-
## Behavior
*I am using https://github.com/oatssss/faceswap/tree/update-GAN-v2 and currently train a GAN128 model. The faces however are weirdly warped in masked and alpha mask preview. Like grimac…
-
Convert currently fails with NoneType error if no frame range is specified.
Hacky fix:
```
diff --git a/scripts/convert.py b/scripts/convert.py
index a9af640..07150a3 100644
--- a/scripts/con…
-
I know gan is supposed to be smoother than the default trainer but there is little information about how to go about training with gan. I hear some places say it takes 8 times longer to train on gan t…
-
When I run a `faceswap.py train` my CPU load is 80% but my GPU only 40% using Original or 20% using GAN (Maybe this is normal not sure).
Did't notice this until I tried to `faceswap.py extract` usi…
-
I've been doing some stuff with SSIM mixed with L1/L2 for loss functions, other activation layer types, etc.
I'd like to discuss new options / features with you guys but I understand this would not b…