Search found 2669 matches

by torzdf
Tue Jun 09, 2020 2:45 pm
Forum: Installation Support
Topic: CRITICAL Error caught! Exiting...
Replies: 3
Views: 3028

Re: CRITICAL Error caught! Exiting...

This is a permissions error on your model folder:

OSError: Unable to create file (unable to open file: name = 'D:\_own_folder_\FaceSwap\Donald Trump - Elon Musk\Model\original_decoder_A.h5', errno = 13, error message = 'Permission denied', flags = 13, o_flags = 302)

by torzdf
Tue Jun 09, 2020 8:11 am
Forum: Convert Discussion
Topic: Convert + Alignments - Common Problems MegaThread
Replies: 177
Views: 177483

Re: Where is my alignment folder?

The .fsa file is generated at the extract stage and will be placed with the video that you extracted from.

by torzdf
Tue Jun 09, 2020 8:10 am
Forum: Convert Discussion
Topic: Double eyebrow problem after conversion
Replies: 4
Views: 7055

Re: Double eyebrow problem after conversion

No, that looks fine. However, the amount of blending on the mask and the extract box will impact how much of the edges are eroded out. You should be able to copy your model and files to a local machine and run the preview tool there (It might be a bit slow to update to new preview images not using a...
by torzdf
Mon Jun 08, 2020 10:39 am
Forum: Hardware
Topic: Training / Extraction randomly freezes up my PC
Replies: 7
Views: 5046

Re: Training / Extraction randomly freezes up my PC

This, unfortunately, sounds like a hardware/power issue.

In the first instance, make sure all GPU overclocks are disabled.

Beyond that, it will be next to impossible to troubleshoot hardware issues remotely.

by torzdf
Mon Jun 08, 2020 10:37 am
Forum: Extract Support
Topic: Faceswap doesn't recognize jpegs from my files?
Replies: 1
Views: 1627

Re: Faceswap doesn't recognize jpegs from my files?

You're going to have to give a bit more information than that. What are you trying to do? Import where? What command are you running? What are you seeing?

by torzdf
Sun Jun 07, 2020 11:08 am
Forum: Training Discussion
Topic: High level model algorythm descriptions
Replies: 4
Views: 2654

Re: High level model algorythm descriptions

Your best bet is to search for Autoencoders and read up on that.

Then try to apply that with what we do (i.e share the encoder, then swap the decoders on convert)

by torzdf
Sun Jun 07, 2020 11:07 am
Forum: Training Support
Topic: Training for a face vs scene / reusing a model
Replies: 3
Views: 3232

Re: Training for a face vs scene / reusing a model

The model doesn't contain alignments. It just contains algorithms for decoding and encoding face images.

You don't run conversion on extracted faces. You run conversion on videos/full frame images

by torzdf
Sun Jun 07, 2020 11:05 am
Forum: Extract Discussion
Topic: Flipped face on extreme profiles
Replies: 8
Views: 5459

Re: Flipped face..

I believe the flipping is in the Umeyama code. You are welcome to have a look to diagnose a problem/find a fix:

Umeyama:
https://github.com/deepfakes/faceswap/b ... umeyama.py

Alignment:
https://github.com/deepfakes/faceswap/b ... aligner.py

by torzdf
Sat Jun 06, 2020 9:53 am
Forum: Training Support
Topic: Training for a face vs scene / reusing a model
Replies: 3
Views: 3232

Re: Training for a face vs scene / reusing a model

That all looks correct to me. To put Cage's face onto other Trump videos, you will need to generate an Alignments file for each Trump video that you want to swap, so that the process knows where the faces are in the video. Then you just run the convert command with your trained model and your Trump ...
by torzdf
Sat Jun 06, 2020 9:48 am
Forum: Convert Support
Topic: Convert Function - Model could not be found ERROR
Replies: 4
Views: 3205

Re: Convert Function - Model could not be found ERROR

I have never seen this before, and this looks fine on the face of it....

Triple check your paths, and check permissions on the model folder?

by torzdf
Thu Jun 04, 2020 9:09 am
Forum: Installation Support
Topic: No internet so stops cos cant download s3_keras.zip modules
Replies: 4
Views: 2565

Re: No internet so stops cos cant download s3_keras.zip modules

For the models, you can download the zip files and extract them to the following locations:

Aligners - <faceswap_folder>/plugins/extract/align/.cache
Detectors - <faceswap_folder>/plugins/extract/detect/.cache
Maskers - <faceswap_folder>/plugins/extract/mask/.cache

by torzdf
Thu Jun 04, 2020 8:52 am
Forum: Convert Discussion
Topic: Double eyebrow problem after conversion
Replies: 4
Views: 7055

Re: Double eyebrow problem after conversion

Generally the extended mask fixes it in most issues. Use the preview tool to adjust the mask erosion and blending settings to get it how you need it.

by torzdf
Wed Jun 03, 2020 9:45 am
Forum: Training Discussion
Topic: how to use pretraining?
Replies: 4
Views: 4874

Re: how to use pretraining?

Unfortunately I'm not the person to ask. Hopefully [mention]bryanlyon[/mention], or someone who uses it will be along to offer some tips.

by torzdf
Wed Jun 03, 2020 9:27 am
Forum: Training Support
Topic: plaidml.exceptions.ResourceExhausted: Unable to allocate SVM memory
Replies: 1
Views: 1856

Re: plaidml.exceptions.ResourceExhausted: Unable to allocate SVM memory

Just checking on your GPU: The AMD Radeon R5 (Stoney Ridge) is an integrated graphics adapter of the weaker mobile dual-core Stoney Ridge APUs. At its launch, it is being used in the AMD A9-9410 and has 3 active Compute Cores (384 shaders). Depending on the model, the maximum clock is 800 MHz. The p...
by torzdf
Wed Jun 03, 2020 9:23 am
Forum: Convert Support
Topic: After Convert, face mask is transperent
Replies: 2
Views: 2456

Re: After Convert, face mask is transperent

I'm not sure what the issue is here. Can you be a bit more specific? Ultimately the model needs to be trained more.

by torzdf
Wed Jun 03, 2020 9:21 am
Forum: Training Discussion
Topic: how to use pretraining?
Replies: 4
Views: 4874

Re: how to use pretraining?

I'm personally of the opinion that pre-training offers little to no benefit.

The basic concept is to start training a model on lots of random faces so it learns what a face is, prior to moving over to your actual training set.

by torzdf
Wed Jun 03, 2020 9:18 am
Forum: Extract Support
Topic: Unable to use Alignment Tool - Missing ARPACK?
Replies: 10
Views: 10066

Re: alignment - remove - faces crash - ImportError: DLL load failed: The specified procedure could not be found.

As a first step you can try this: https://forum.faceswap.dev/app.php/faqpage#f1r1 Most likely it isn't a python package which is the issue, but some other software that has installed a DLL into the system32 folder. You can read more about it and potential solutions here (not about scipy, but the sam...
by torzdf
Tue Jun 02, 2020 8:09 am
Forum: Convert Discussion
Topic: Convert + Alignments - Common Problems MegaThread
Replies: 177
Views: 177483

Re: ERROR No alignments file found.

The video that you are trying to convert for needs an alignments file generated so that it knows where the faces are.

by torzdf
Tue Jun 02, 2020 8:08 am
Forum: Extract Support
Topic: Unable to use Alignment Tool - Missing ARPACK?
Replies: 10
Views: 10066

Re: alignment - remove - faces crash - ImportError: DLL load failed: The specified procedure could not be found.

You have entered something called "DLL Hell". This is where another application has installed DLL files where it shouldn't have done and is causing issues for you. Unfortunately this is not a Faceswap specific issue. In your particular case this is a conflict with the scipy package, so you...
by torzdf
Mon Jun 01, 2020 9:48 am
Forum: Training Support
Topic: Crash in thread '_training_0' in lib/optimizers.py when starting to train
Replies: 2
Views: 1994

Re: Crash in thread '_training_0' in lib/optimizers.py when starting to train

For some reason you are running the wrong version of Keras.

Currently, the highest supported version of Keras is 2.2.4