Search found 14 matches

by artisan
Mon Sep 19, 2022 1:21 am
Forum: Training Discussion
Topic: Dynamic algorithmic input source trimming while training
Replies: 5
Views: 1364

Re: Dynamic algorithmic input source trimming while training

Unfortunately this falls down at the last steps, as the data is reshuffled every epoch. However, it may just be as simple as re-feeding the worst performing batch(es) per epoch /x iterations. Although, that feels slightly less refined than tracking which individual images are contributing most to l...
by artisan
Sat Sep 17, 2022 2:34 pm
Forum: Training Discussion
Topic: Dynamic algorithmic input source trimming while training
Replies: 5
Views: 1364

Re: Dynamic algorithmic input source trimming while training

Do batches always contain the same group of face images? I'm making the mistake of brainstorming without intricate knowledge of the software under the hood. A caveat born of enthusiasm—and I know how annoying that can be. :) Recording the following so my hours of having a confused look while browsin...
by artisan
Thu Sep 15, 2022 10:09 pm
Forum: Introductions
Topic: Faceswap installation not working on my PC.
Replies: 7
Views: 9001

Re: Faceswap installation not working on my PC.

Ayorex wrote: Wed Sep 14, 2022 8:29 pm

setup in windows 10
installed python : 3.8 32 bit

Ah. In that case, confusing indeed.

by artisan
Thu Sep 15, 2022 2:48 pm
Forum: Introductions
Topic: Faceswap installation not working on my PC.
Replies: 7
Views: 9001

Re: Faceswap installation not working on my PC.

It's complaining that you installed the 32-bit version.

Try using the Windows installer for a 64-bit version?

by artisan
Wed Sep 14, 2022 1:02 pm
Forum: Training Discussion
Topic: Dynamic algorithmic input source trimming while training
Replies: 5
Views: 1364

Dynamic algorithmic input source trimming while training

I'm not sure if the deep learning algorithm already has what I will describe, or alternative algos that would have the same effect, or if this is simply a bad idea. Sharing for discussion. Precursor: I notice while training that in the preview, while some face swaps are doing fantastic, among them a...
by artisan
Wed Sep 14, 2022 11:27 am
Forum: Extract Discussion
Topic: Matching extraction "size" configuration with selected model type
Replies: 6
Views: 2310

Re: Matching extraction "size" configuration with selected model type

Is there any such thing as a variable input (face size) model?

I know some models have configurable input sizes. However, is there any model that would handle different sized inputs (without rescaling to a fixed input)?

by artisan
Tue Sep 13, 2022 8:59 pm
Forum: Extract Discussion
Topic: Extraction Analysis Tool (for optimal output size based on source videos)
Replies: 4
Views: 1650

Re: Extraction Analysis Tool (for optimal output size based on source videos)

Very cool. Definitely helps understand the distribution of original face sizes! I didn't even realize that the original face size data was maintained once extracting to a specific size.

by artisan
Tue Sep 13, 2022 1:17 am
Forum: Training Discussion
Topic: Model Snapshots saved at same directory level as model directory?
Replies: 2
Views: 907

Re: Model Snapshots saved at same directory level as model directory?

I just changed my project folder configuration.

Model+
--> Model

Model+ keeps the main directory tidy. By saving the model into "Model", all the snapshots falls inside of Model+. That works well enough for me. ;)

by artisan
Tue Sep 13, 2022 12:59 am
Forum: Extract Discussion
Topic: Extraction Analysis Tool (for optimal output size based on source videos)
Replies: 4
Views: 1650

Re: Extraction Analysis Tool (for optimal output size based on source videos)

I don't see the option to output detected faces at whatever size is detected (non-uniform output).

But I suppose running extraction multiple times with a high size setting, and changing minimum size from high to low to count how many are output each time. Not every elegant. ;)

by artisan
Sat Sep 10, 2022 4:45 pm
Forum: Extract Discussion
Topic: Extraction Analysis Tool (for optimal output size based on source videos)
Replies: 4
Views: 1650

Extraction Analysis Tool (for optimal output size based on source videos)

The resolution of the source video matters, of course. However, where the subject (beholder of a human face) is positioned within the video frame determines the actual resolution of the face image extracted, prior to saving at the specified output size . Movie clips with high quality close ups will ...
by artisan
Sat Sep 10, 2022 1:55 am
Forum: Extract Discussion
Topic: Matching extraction "size" configuration with selected model type
Replies: 6
Views: 2310

Re: Model Snapshots saved at same directory level as model directory?

Re: https://forum.faceswap.dev/viewtopic.php?p=5888#p5888 I'm adding some info I found on the topic that is likely the best answer to my question: The input resolution to the model is separate from the size of the extracted faces Try not to think of the extracted faces as the training images, rather...
by artisan
Fri Sep 09, 2022 4:41 pm
Forum: Extract Discussion
Topic: Matching extraction "size" configuration with selected model type
Replies: 6
Views: 2310

Matching extraction "size" configuration with selected model type

Per the extraction guide: Size: This is the size of the image holding the extracted face. Generally 512px will be fine for most models. This is the size of the full head extracted image. When training a 'sub-crop' of this image will be used depending on the centering you have chosen. For 'face' cent...
by artisan
Fri Sep 09, 2022 4:21 pm
Forum: Training Discussion
Topic: Model Snapshots saved at same directory level as model directory?
Replies: 2
Views: 907

Model Snapshots saved at same directory level as model directory?

Is the default for where model snapshots are saved, at (a) the same level as the directory containing the model, as opposed to (b) within the model directory itself? My thought is that the snapshots might be best stored within a directory called "Snapshots" with the directory specified for...
by artisan
Sat Feb 12, 2022 1:24 am
Forum: Hardware
Topic: Working on Faceswap for M1 Mac
Replies: 7
Views: 29168

Re: Working on Faceswap for M1 Mac

Sounds like you're making some progress. I was hoping the M1 would be able to run FS. TBD.