Page 1 of 1

Super Newbie Question - Multiple A Single B

Posted: Thu Apr 22, 2021 1:38 pm
by LillyJadeKatrin

Hi! Super super new at this (downloaded yesterday and have been poking around a bit here and there). I have a few things I want to perform swaps on, primarily smaller clips with a variety of faces. All of them I intend to swap with the same B face. I'm still trying to understand how the model works (I took a course in neural nets like ... a decade ago, I'm kinda rusty by now) but I'm wondering if I can use the same trained model for the clips in question. Is this a horrible idea, an okay idea, or am I completely 100% misunderstanding how this works from the ground up?

If it helps for context, I'm using torzdf's tutorials to start with, those are quite helpful, but much of the other stuff on the forums is going over my head so far because I'm new.


Re: Super Newbie Question - Multiple A Single B

Posted: Fri Apr 23, 2021 10:18 am
by torzdf

A model contains information stored for a "swap pair", so a new model needs to be trained for every new A face you wish to create a swap for.

You may be able to save some time by re-using the encoder (loading the weights from the previous model) but I haven't extensively tested this.


Re: Super Newbie Question - Multiple A Single B

Posted: Fri Apr 23, 2021 2:25 pm
by LillyJadeKatrin

Okay, I think I follow. If I have multiple A clips with the same face I can reuse the model for those but new faces I should start over. I'll try out the encoder and see what happens, thank you!