Search found 2668 matches

by torzdf
Sat Apr 25, 2020 1:48 pm
Forum: Training Discussion
Topic: recording and graphiing training history
Replies: 3
Views: 2999

Re: recording and graphiing training history

Yes. You need to use tensorflow's summary_iterator to parse it. Example here: https://github.com/deepfakes/faceswap/blob/cbba53ea67cb48d8886041ae594ca2dfda48a4c8/lib/gui/stats.py#L68 You can also load the logs straight up into Tensorboard. You can google around how to do that. It's fairly straightfo...
by torzdf
Sat Apr 25, 2020 12:46 pm
Forum: Training Discussion
Topic: Quality of the training set.
Replies: 1
Views: 2388

Re: Quality of the training set.

So... I was wandering if the graph of the raw losses can indicate -in some way- how good the training set is: For examples... If I have a lot of spikes or -to say it in another way- a big oscillation around the smoothed loss... is this a sign that the trainer has issues learning and need more quali...
by torzdf
Sat Apr 25, 2020 12:39 pm
Forum: Training Support
Topic: Is this normal operation?
Replies: 2
Views: 2623

Re: Is this normal operation?

It is normal if the 1070 was trained on Tensorflow and the 2070 on plaidML. Ultimately, your install is a mess, and trouble shooting all the conflicts that have been introduced is going to be next to impossible. I suggest scrubbing clean (following ALL of the steps in the link) and re-installing: ht...
by torzdf
Sat Apr 25, 2020 12:37 pm
Forum: Extract Support
Topic: Cannot Extract any more: error: argument -M/--masker: invalid choice: 'none'
Replies: 5
Views: 4373

Re: Cannot Extract any more:

Huh? I'll need to look into that....

In the meantime, I assume you opened a .fsw file? If so, then you can manually open that file and delete the masker option, re-open the file in faceswap and you should then be able to select a masker

by torzdf
Sat Apr 25, 2020 12:29 pm
Forum: Training Support
Topic: Error 3221225477... maybe Fixed.
Replies: 6
Views: 4363

Re: Error 3221225477... maybe Fixed.

Unfortunately the console output doesn't tell us anything useful.

by torzdf
Sat Apr 25, 2020 12:28 pm
Forum: Training Discussion
Topic: recording and graphiing training history
Replies: 3
Views: 2999

Re: recording and graphiing training history

I may be misunderstanding, but this is built in.... We store logs in the model folder which can be loaded up in tensorboard.

You can parse these files to extract the data

by torzdf
Sat Apr 25, 2020 12:42 am
Forum: Extract Support
Topic: ValueError: Unable to import backend : plaidml.keras.backend - How Can I solve it?
Replies: 9
Views: 6151

Re: ValueError: Unable to import backend : plaidml.keras.backend - How Can I solve it?

The Nvidia library is failing and it's falling back to plaidml. You shouldn't even have plaidml installed, so remove that.

Once done, It'll probably fail, but at least you'll get a reason why.

Also, post output of help > output system info please.

by torzdf
Fri Apr 24, 2020 3:52 pm
Forum: Extract Support
Topic: ValueError: Unable to import backend : plaidml.keras.backend - How Can I solve it?
Replies: 9
Views: 6151

Re: ValueError: Unable to import backend : plaidml.keras.backend - How Can I solve it?

It shouldn't be looking for plaidml then.

I suggest you delete your faceswap folder and re-run the installer, making sure you select the "NVIDIA" option when prompted.

by torzdf
Fri Apr 24, 2020 3:39 pm
Forum: Extract Support
Topic: ValueError: Unable to import backend : plaidml.keras.backend - How Can I solve it?
Replies: 9
Views: 6151

Re: ValueError: Unable to import backend : plaidml.keras.backend - How Can I solve it?

You don't have plaidml installed. How did you install Faceswap. What OS? What GPU?

by torzdf
Fri Apr 24, 2020 3:36 pm
Forum: Convert Discussion
Topic: Convert + Alignments - Common Problems MegaThread
Replies: 177
Views: 176826

Re: Convert - but how?

Ok, so you have a video you want to swap faces for. This video should have an associated (cleaned) alignments file. If you don't have one, go and create one now (following the standard Extract workflow). The path to this video is entered as input The path to the model folder is entered as model_dir ...
by torzdf
Fri Apr 24, 2020 9:02 am
Forum: Convert Discussion
Topic: Convert + Alignments - Common Problems MegaThread
Replies: 177
Views: 176826

Re: Convert - but how?

We don't have a guide.

What are you specifically stuck on. Convert should be relatively straight forward.

by torzdf
Thu Apr 23, 2020 8:57 am
Forum: Convert Support
Topic: Getting blank preview results in XUbuntu.
Replies: 2
Views: 5171

Re: Getting blank preview results in XUbuntu.

This happens to me occasionally in ubuntu too. I think it is an internal issue somewhere.

I find that if I close the preview tool and re-open it, previews start working :/

by torzdf
Wed Apr 22, 2020 10:17 am
Forum: Extract Support
Topic: Illegal instruction: 4
Replies: 1
Views: 2338

Re: Illegal instruction: 4

Unfortunately we don't have availability of a Mac to test against (and certainly don't have an OSX/Nvidia combo to test against), but we have never seen this error reported. This looks like an Apple specific error due to a badly compiled program, which may be because you are on a slightly older macO...
by torzdf
Wed Apr 22, 2020 10:14 am
Forum: Installation Support
Topic: "command not found"
Replies: 14
Views: 8516

Re: "command not found"

At this point, I'm not sure. Sorry. Ultimately in your screen grab above faceswap.py IS found as it outputs the help message (it needs to execute faceswap to do this). If you are getting a message that the file is not found, then you are most likely in the wrong folder. The main issue, I don't know....
by torzdf
Wed Apr 22, 2020 10:12 am
Forum: Training Support
Topic: Question about using GPU
Replies: 1
Views: 2232

Re: Question about using GPU

2 and 3: app.php/faqpage#f0r3

For 1, your computer should shut itself down before it catches fire. If your machine is well ventilated and well powered, you should be fine.

by torzdf
Wed Apr 22, 2020 10:09 am
Forum: Training Discussion
Topic: Training for asymetric facial features
Replies: 2
Views: 2403

Re: Training for asymetric facial features

1) Can I flip individual frames within the folder and tweak alignments without re-extracting everything from scratch? For example, can I use Update-Hashes after flipping? Or, probably more accurately, can I remove and purge the images to be flipped from the large Initial training set to create a se...