Search found 2668 matches

by torzdf
Sun May 23, 2021 3:11 pm
Forum: Training Support
Topic: Training Graph Error since Latest Update
Replies: 11
Views: 11469

Re: Training Graph Error since Latest Update

This should be fixed in latest update.

I have not dug into it in any detail, but there is no evidence to suggest that multi-scale output helps in any way.

by torzdf
Sun May 23, 2021 11:22 am
Forum: Extract Discussion
Topic: Use 3rd party software for video to img extraction
Replies: 1
Views: 9282

Re: Use 3rd party software for video to img extraction

Yes, you can do it however you want. The built in version is just a convenience tool.

I don't recommend outputting to jpeg though (use pngs).

by torzdf
Sun May 23, 2021 11:21 am
Forum: Installation Support
Topic: GUI Doesn't Launch
Replies: 6
Views: 14092

Re: GUI Doesn't Launch

Go to the faceswap folder, and look for a file called (something like) gui_win_launcher.bat.

Open the file in notepad and copy the contents.

Open up a command prompt and paste the contents of the file and press enter. You should now be able to see the issue without the window closing.

by torzdf
Fri May 21, 2021 10:11 pm
Forum: Training Discussion
Topic: No faces, just brown blobs
Replies: 5
Views: 4759

Re: No faces, just brown blobs

Dlight is notoriously unstable. Try lowering the learning rate and starting again

by torzdf
Fri May 21, 2021 10:11 pm
Forum: Training Discussion
Topic: No faces, just brown blobs
Replies: 5
Views: 4759

Re: No faces, just brown blobs

Dlight is notoriously unstable. Try lowering the learning rate

by torzdf
Fri May 21, 2021 9:53 am
Forum: Convert Support
Topic: ERROR Failed to convert image
Replies: 6
Views: 12908

Re: ERROR Failed to convert image

Tell a lie. This was an easy bug to fix, so it's been fixed. Please update

by torzdf
Fri May 21, 2021 9:10 am
Forum: Training Discussion
Topic: No faces, just brown blobs
Replies: 5
Views: 4759

Re: No faces, just brown blobs

That model looks corrupted, for whatever reason. Which model are you using?

by torzdf
Fri May 21, 2021 9:06 am
Forum: Convert Support
Topic: ERROR Failed to convert image
Replies: 6
Views: 12908

Re: ERROR Failed to convert image

Don't use on the fly. It's not good, and I'm not going to prioritize looking at it

by torzdf
Thu May 20, 2021 12:39 pm
Forum: Convert Support
Topic: Looks good during training but not after converting.
Replies: 10
Views: 16780

Re: Looks good during training but not after converting.

Thanks for the heads up. This should be fixed in latest commit.

by torzdf
Wed May 19, 2021 9:37 am
Forum: Extract Support
Topic: ModuleNotFoundError: No module named 'cv2'
Replies: 5
Views: 14329

Re: ModuleNotFoundError: No module named 'cv2'

If you're using the GUI go Help > Update Faceswap

If you are using the CLI run python update_deps.py

Sometimes OpenCV doesn't pull in during install for unknown reasons.

by torzdf
Wed May 19, 2021 9:35 am
Forum: Training Support
Topic: Training Graph Error since Latest Update
Replies: 11
Views: 11469

Re: Training Graph Error since Latest Update

If you cannot provide the model, then please at least provide the stat.json file from your model folder. This works fine for me.

by torzdf
Wed May 19, 2021 9:35 am
Forum: Convert Support
Topic: crash: Error in thread - System cant find the file
Replies: 2
Views: 9808

Re: crash: Error in thread - System cant find the file

Please provide the crash report from your Faceswap folder (if one was created)

by torzdf
Wed May 19, 2021 9:32 am
Forum: Extract Discussion
Topic: Landmark accuracy
Replies: 3
Views: 11451

Re: Landmark accuracy

No they are not. The extracted face is "aligned" based on the position of the face landmarks. Ideally the landmarks will appear in the correct position as if the face were to be fully visible.

by torzdf
Wed May 19, 2021 9:31 am
Forum: Content Creator Requests
Topic: Web Application Deepfake Project
Replies: 1
Views: 26424

Re: Web Application Deepfake Project

This isn't how Faceswap works. You would need to be looking at a different solution for this, more in lines of First Order Model: https://github.com/AliaksandrSiarohin/first-order-model

by torzdf
Mon May 17, 2021 11:07 am
Forum: Convert Support
Topic: ERROR Failed to convert image
Replies: 6
Views: 12908

Re: ERROR Failed to convert image

It's unlikely to be the model file, and something to do with a recent update... I think I have fixed this now, so rather than going backwards, let's go forwards.

Please update faceswap and see if the problem persists.

by torzdf
Mon May 17, 2021 10:19 am
Forum: Training Support
Topic: Training Graph Error since Latest Update
Replies: 11
Views: 11469

Re: Training Graph Error since Latest Update

ianstephens wrote: Sun May 16, 2021 6:28 pm

The only difference I can think of with this particular training project is that we are saving every 1000 iterations as opposed to our usual 500. That's the only difference.

No. it's more likely due to enabling the pointless "multi-scale output" feature in dfl-sae

by torzdf
Sun May 16, 2021 10:53 am
Forum: General Discussion
Topic: Masking
Replies: 4
Views: 12114

Re: Masking

A mask is a mask. I'll be frank and say none of the existing masking solutions are optimal, and all fail in certain instances.

You will want to edit masks with the manual tool for convert, so really you want to use the mask which gives you the least amount of editing to do.

by torzdf
Sun May 16, 2021 10:51 am
Forum: Extract Support
Topic: Extraction Crash Report
Replies: 2
Views: 10621

Re: Extraction Crash Report

I am experiencing the same(or similar) issue with Extracting that others have reported. Dependencies are up to date(using both GUI and CLI). I have not seen anyone else reporting this issue, would appreciate if you could link me. Somehow you have ended up with a version of h5py which does not work ...
by torzdf
Sun May 16, 2021 10:41 am
Forum: Extract Support
Topic: Maunal tool - alignments vs masked area
Replies: 1
Views: 9709

Re: Maunal tool - alignments vs masked area

Generally, if the mask overspills the face, then you want to remove the overspill.

Not so important for training, but in convert, anything which is "red" will be swapped.

by torzdf
Sat May 15, 2021 12:20 pm
Forum: Training Support
Topic: Training Graph Error since Latest Update
Replies: 11
Views: 11469

Re: Training Graph Error since Latest Update

Nothing should have changed there.

Which version of Tensorflow are you currently running?

Are you able to zip up your model folder and provide it to me for analysis?