-
I try to load a trained model from FakeApp with "faceswap.py train ..." but I got this message
`You are trying to load a weight file containing 7 layers into a model with 6 layers.`
How can I fix th…
-
First -- **thanks everyone** for your fantastic contributions to this project.
_(this may have been discussed already)_
Is the latest version of the app (v2.2) using the same code that's staged in…
-
If anyone here is interested I've created a simple desktop app w/ GUI to distribute the deepfakes toolkit without the need to install python or other dependencies. [Here is a screenshot of it working.…
-
Running into an issue when I try to convert. If there are multiple faces in the frame, Face B gets swapped onto all the faces. Face B also gets swapped onto solo faces in different shots that are not …
-
Simple problem of detecting few faces and the faces I do extract are not the ones I need(obscure figures in the background). Is there a specific size i should crop/scale the images?
-
First of all, please pardon my ignorance as just about all of this is brand new to me. I've been going through the basic trial and error trying to figure out how things work. I've gotten pretty good r…
-
LowMem is different from the common model with 2 lines:
ENCODER_DIM = 512 # instead of 1024
#x = self.conv(1024)(x) - commented out.
But it's still not enough to run under Ubuntu 16.0…
-
I ask because, unlike in [deepfakes/faceswap](https://github.com/deepfakes/faceswap) or FakeApp, my GPU seems to not have enough VRAM for the training process, spitting out the following error (upload…
-
## Expected behavior
Not sure how convert works and which parts of GPU are needed, but it seems that GPU is a lot less stressed when convert is executed than in training case. So I suspect that it do…
-
(sry bad english)
I keep working on new OpenDeepFaceSwap every day. I will share it of course.
I choosed worst case data where source face is brighter, dest face is darker, skin tone differents.…