Search found 2666 matches

by torzdf
Wed Sep 23, 2020 9:24 am
Forum: Training Discussion
Topic: how to decide the value of "mask blur kernel".
Replies: 1
Views: 1404

Re: how to decide the value of "mask blur kernel".

Use the preview tool to get a value which looks good.

by torzdf
Wed Sep 23, 2020 9:23 am
Forum: Training Support
Topic: The Timelapse path does not contain any valid images
Replies: 7
Views: 3014

Re: The Timelapse path does not contain any valid images

There won't be a crash log for this.

Easiest solution is just don't use time lapse. If you must use timelapse, then they must be faces that exist within your training set.

by torzdf
Tue Sep 22, 2020 10:03 am
Forum: Training Support
Topic: Unexpected Crash Has Occured
Replies: 5
Views: 2735

Re: Unexpected Crash Has Occured

I have not seen this error before. I suspect it's a false positive and is actually an indication that you are running out of VRAM.

Try lowering the batch size and see if it makes a difference.

by torzdf
Tue Sep 22, 2020 9:55 am
Forum: Training Support
Topic: The Timelapse path does not contain any valid images
Replies: 7
Views: 3014

Re: The Timelapse path does not contain any valid images

The timelapse folder should only contain faces from your corresponding training set.

by torzdf
Tue Sep 22, 2020 9:15 am
Forum: Installation Support
Topic: Error Creating Conda virtual environment.
Replies: 16
Views: 27765

Re: Error Creating Conda virtual environment.

Try manually installing MiniConda into a location which does not have spaces in the path, then specifying the manual location when installing Faceswap

by torzdf
Tue Sep 22, 2020 9:10 am
Forum: Installation Support
Topic: Windows Installation for NVIDIA GPU issue
Replies: 4
Views: 2769

Re: Windows Installation for NVIDIA GPU issue

Uninstall your global versions of Cuda.

by torzdf
Wed Sep 16, 2020 11:19 pm
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 148363

Re: [Resource] Training Using Google Colab

It only gets generated the first time you run faceswap

by torzdf
Wed Sep 16, 2020 11:07 pm
Forum: Installation Support
Topic: Possible to pre-download relevant modules?
Replies: 3
Views: 1965

Re: Possible to pre-download relevant modules?

The plugins folder has the code for the model plugins, but the saved weights are stored remotely, and downloaded when requested. The reason for this is that weights files can quickly add up to Gigabytes of information, so keeping track of these files in our repo is not feasible. You can download the...
by torzdf
Mon Sep 14, 2020 11:17 pm
Forum: Training Discussion
Topic: Simple question about lowering the learning rate near the end of training
Replies: 1
Views: 1766

Re: Simple question about lowering the learning rate near the end of training

Personally, I've never needed to change the learning rate.

When you're getting towards the end though, it can help to turn off "no-flip", and also "disable warp" (in the trainer settings). Just remember to turn it back on again prior to starting a new train.

by torzdf
Mon Sep 14, 2020 11:13 pm
Forum: Training Discussion
Topic: Some questions about faces used for training.
Replies: 7
Views: 3444

Re: Some questions about faces used for training.

It depends. If the coverage is 100%, then 256 extract will be fine. If the coverage is anything below 100%, then you'll want to extract at a higher resolution (maybe 384?)

by torzdf
Mon Sep 14, 2020 11:09 pm
Forum: Training Support
Topic: Could not train after updating
Replies: 7
Views: 3327

Re: Could not train after updating

These look there might be a genuine issue..... Your old model is not lost. There is an archived version which still works in Faceswap 1.0, It's a bit of an inconvenience, but in the meantime you can download and install that version to continue training/convert. To help me find the issue(s), and imp...
by torzdf
Mon Sep 14, 2020 11:03 pm
Forum: Extract Support
Topic: Question About Extracting...
Replies: 3
Views: 2372

Re: Question About Extracting...

You can try different normalzation settings. Sometimes this gets more or less faces.

by torzdf
Mon Sep 14, 2020 11:01 pm
Forum: Extract Support
Topic: Crash report for the manual Tool
Replies: 2
Views: 1874

Re: Crash report for the manual Tool

This is a macOS specific error. I'll put a pin in this and try to get a fix in the next time I swing by the manual tool.

by torzdf
Mon Sep 14, 2020 11:00 pm
Forum: Extract Discussion
Topic: Mismatch in frame numbers
Replies: 1
Views: 2588

Re: Mismatch in frame numbers

Generally speaking, these "out by 1" errors occur when there is an issue with the video, whether that be VFR, or (more likely in your case), when the video has been cropped on a non-keyframe which is causing a count mismatch. Unfortunately the only real advice there is either fix the video...
by torzdf
Mon Sep 14, 2020 10:52 pm
Forum: Extract Discussion
Topic: Extracting Question
Replies: 5
Views: 2992

Re: Extracting Question

Also, Enter your extract setting into Faceswap, hit the "Generate" button and post the output here.

by torzdf
Mon Sep 14, 2020 10:51 pm
Forum: Installation Support
Topic: rtx2600 not working
Replies: 2
Views: 1780

Re: rtx2600 not working

by torzdf
Thu Sep 10, 2020 10:10 pm
Forum: Training Discussion
Topic: Some questions about faces used for training.
Replies: 7
Views: 3444

Re: Some questions about faces used for training.

Can you use different size faces for the original and swap face sets, e.g. 256 for original and 512 for swap? No. All training images must be the same size. What actually happens when a higher resolution face set is used to train a lower resolution model, e.g. using 256 faces for dfl-h128 or 512 fa...
by torzdf
Thu Sep 10, 2020 10:05 pm
Forum: Extract Discussion
Topic: Manual tool on extracted faces
Replies: 2
Views: 2240

Re: Manual tool on extracted faces

To expand on this a little. Adjusting the landmarks adjusts the location of the face in the frame and therefore the face image. You can only adjust the face image if you have the full frame to work with.

by torzdf
Thu Sep 10, 2020 10:02 pm
Forum: Extract Support
Topic: Extraction keeps crashing
Replies: 26
Views: 28958

Re: I got a problem with extract.

Don't use the cv2-dnn aligner, it isn't very good.

by torzdf
Thu Sep 10, 2020 10:01 pm
Forum: Extract Support
Topic: Default MaxPoolingOp only supports NHWC on device type CPU
Replies: 22
Views: 12014

Re: Default MaxPoolingOp only supports NHWC on device type CPU

Start > Anaconda Prompt

Code: Select all

conda activate faceswap
set

Post output.