Search found 26 matches

by Korben
Sat Oct 08, 2022 7:11 pm
Forum: Training Support
Topic: Old extracted faces with alignments.
Replies: 7
Views: 1556

Re: Old extracted faces with alignments.

Thx again, yeah I hard coded the dims in the update for a known face set, it then allowed me to generate masks. But when converting the masks basically don't seem to apply, but its there in the exif so is probably skewed some way or theres an other thing missing. I'll consider this door closed. This...
by Korben
Sat Oct 08, 2022 6:26 pm
Forum: Training Support
Topic: Old extracted faces with alignments.
Replies: 7
Views: 1556

Re: Old extracted faces with alignments.

Yeah, thx for the replies, it kinda works but I think this might be painting myself in a corner. If I do this it will update the faces, conversion seems to work too... But! If I try to then update the masks I get an other error message that I doubt there is a fix for. if "source_frame_dims"...
by Korben
Wed Oct 05, 2022 3:48 pm
Forum: Training Support
Topic: Old extracted faces with alignments.
Replies: 7
Views: 1556

Re: Old extracted faces with alignments.

I try to maintain backwards compatibility but cannot guarantee that it will always work as the progress of time marches on... IIRC if you run the "rename-faces" job in the alignments tool it should update the faces. This does not work either, ran it with a debugger and it seems to always ...
by Korben
Wed Oct 05, 2022 4:08 am
Forum: Training Support
Topic: Old extracted faces with alignments.
Replies: 7
Views: 1556

Re: Old extracted faces with alignments.

Well....it just hangs there on both my machines (gtx 1660 super and rtx 3070) C:\Users\ME\MiniConda3\envs\faceswap3\python.exe C:\Users\ME\faceswap3\tools.py mask -a D:/FRIK/TEST_STUFF/alignments.fsa -i D:/FRIK/TEST_STUFF/Aligned -it faces -M extended -p all -b 3 -t 4 -ot combined -L INFO Loading......
by Korben
Wed Oct 05, 2022 1:19 am
Forum: Training Support
Topic: Old extracted faces with alignments.
Replies: 7
Views: 1556

Old extracted faces with alignments.

Is it possible to update previously extracted faces with alignment files so they have metadata for the latest version?
Thanks.

edit: nvm it seems running the mask tool is trying to do this.

by Korben
Sun Sep 26, 2021 4:00 pm
Forum: Training Discussion
Topic: Villain low mem
Replies: 1
Views: 5079

Villain low mem

What is the disadvantage of a low mem model compared to not low mem? Lets say its now run on a machine that can handle it am I now penalized compared to a model started without low mem?

by Korben
Sun Sep 26, 2021 1:47 am
Forum: Extract Support
Topic: old extracted faces with .fsa upgrade?
Replies: 2
Views: 6755

old extracted faces with .fsa upgrade?

Is there a tool to update a face folder that has a .fsa file created with a previous version so it can be used to train in the latest version?

by Korben
Sat Sep 25, 2021 5:46 pm
Forum: Extract Discussion
Topic: [Script] Powershell script to extract multiple videos at once
Replies: 0
Views: 8999

[Script] Powershell script to extract multiple videos at once

I dont know if this should go here but I have a powershell script that allows to extract multiple videos at once. <# This script will extract the faces for all the files in a specified folder. For a folder with this content: Somevideo.mp4 An-OtherVideo.mp4 The final content of the foldre wouldc be: ...
by Korben
Thu May 27, 2021 1:57 am
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 137892

Re: [Resource] Training Using Google Colab

Seems Collab now runs python 3.7. I can now install and run version 2 of faceswap.

by Korben
Sun Dec 13, 2020 1:10 am
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 137892

Re: [Resource] Training Using Google Colab

This doesnt even work, many of the steps are outdated or wrong. If anyone has gotten this to work, please post a working version with all steps and folder naming etc... This is a cleaned up version of what I am using. # -*- coding: utf-8 -*- """# Setup Faceswap""" #@ti...
by Korben
Wed Oct 14, 2020 4:06 pm
Forum: Extract Discussion
Topic: Request: Blur sort that uses masks.
Replies: 1
Views: 4020

Request: Blur sort that uses masks.

Is that even possible? Because I feel that the current method really leaves to be desired is way to impacted by areas of the image that are not relevant.

by Korben
Mon Sep 07, 2020 1:18 am
Forum: Installation Support
Topic: Converting model to TF2.x mask problem
Replies: 18
Views: 7497

Re: Converting model to TF2.x mask problem

torzdf wrote: Sun Aug 30, 2020 10:44 pm

There was a bug in dfl_h128 update code. This has been fixed in latest commit.

I can confirm the new update fixes the issue I had.

by Korben
Sun Sep 06, 2020 6:46 pm
Forum: Installation Support
Topic: Cannot find module plaidm1.dll
Replies: 19
Views: 8702

Re: Cannot find module plaidm1.dll

Sorry you couldn't get it working. We rely on a lot of upstream libraries, and unfortunately haven't got fixes for any issues with all of them. The Redistributable for C++ should fix this particular error though, so I am out of options at this point. I dont know if my visual studio installations ar...
by Korben
Sun Sep 06, 2020 6:30 pm
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 137892

Re: [Resource] Training Using Google Colab

Hi there. I really appreciated for your guide to use Colab to train model. I got this problem, I really need your help First, after I installed Tensorflow, it asked me to restart the the runtime. Thus, what should I do, proceed to run training or restart runtime. If I restart, does I need to run fr...
by Korben
Sun Sep 06, 2020 6:27 pm
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 137892

Re: [Resource] Training Using Google Colab

did you make sure this points to your actual model folder, you normally should edit that line? model_dir = "/content/drive/My Drive/colab_files/faceswap/models/YourModelName" First of all thank you very much for you answear! I should probably change my usename to dumb and dumber... I in f...
by Korben
Sat Sep 05, 2020 5:56 pm
Forum: Installation Support
Topic: Cannot find module plaidm1.dll
Replies: 19
Views: 8702

Re: Cannot find module plaidm1.dll

For my part this aint working with multiple tries. Step by step of the precedures and all, even uninstalled any version of the c++ library higher than 2013. So if I ever feel like formatting my AMD pc il try again.

by Korben
Sat Aug 29, 2020 2:21 pm
Forum: Cloud Discussion
Topic: [Outdated] Training Using Google Colab
Replies: 66
Views: 137892

Re: [Resource] Training Using Google Colab

did you make sure this points to your actual model folder, you normally should edit that line?
model_dir = "/content/drive/My Drive/colab_files/faceswap/models/YourModelName"

by Korben
Wed Aug 26, 2020 7:07 pm
Forum: Installation Support
Topic: Converting model to TF2.x mask problem
Replies: 18
Views: 7497

Re: Converting model to TF2.x mask problem

am I the only one with this problem? Models all resuming at correct iteration but loss starts from scratch.

by Korben
Tue Aug 25, 2020 12:22 am
Forum: Installation Support
Topic: Cannot find module plaidm1.dll
Replies: 19
Views: 8702

Re: Cannot find module plaidm1.dll

Ok, on the face of it, I see no issue there. The next thing to check is that file does exist in the location suggested (i.e. you're looking for the file plaidml.dll) I have just done a clean, fresh install (on Windows 10) and this file gets installed fine. Here's what I get when testing. quote PS X...
by Korben
Sun Aug 23, 2020 2:46 pm
Forum: Installation Support
Topic: Cannot find module plaidm1.dll
Replies: 19
Views: 8702

Re: Cannot find module plaidm1.dll

torzdf wrote: Sun Aug 23, 2020 11:04 am

Please go Start > Anaconda Prompt

Then post the output of these commands:

Code: Select all

conda activate faceswap
conda list
pip freeze

Here are mine.