Search found 2688 matches

by torzdf
Sun Sep 01, 2019 11:18 am
Forum: Extract Support
Topic: Extraction throws InvalidArgumentError: Invalid GraphDef
Replies: 3
Views: 3365

Re: Extraction throws InvalidArgumentError: Invalid GraphDef

That's great! I'm going to mark this as solved and lock this thread.

Feel free to open another one with any other issues.

by torzdf
Sat Aug 31, 2019 10:07 pm
Forum: Extract Support
Topic: Error when extracting
Replies: 7
Views: 4651

Re: Sorting Tool - Critical Crash ?

Yes. You've run out of system RAM. How many images are you processing?

If you check the sort section of the extraction guide you will see specific mention of this.

by torzdf
Sat Aug 31, 2019 10:06 pm
Forum: Extract Support
Topic: cuDNN failed to initialize
Replies: 29
Views: 15934

Re: Some critical problems.

There appears to be an issue with the latest Tensorflow and S3FD on some setups,

It will still work if you run it with "single-process" enabled

by torzdf
Sat Aug 31, 2019 10:04 pm
Forum: Installation Support
Topic: [Request] Download links to the image sets in usage.md
Replies: 1
Views: 2499

Re: [Request] Download links to the image sets in usage.md

Could you point me to where it says this? That is outdated information.

It is highly advised that you create your own image sets. For one, it will help you familiarize with the process. For another, you will need the alignments file for training/converting.

by torzdf
Thu Aug 29, 2019 10:00 pm
Forum: Extract Support
Topic: Extraction throws InvalidArgumentError: Invalid GraphDef
Replies: 3
Views: 3365

Re: Extraction throws InvalidArgumentError: Invalid GraphDef

I have never seen this error before. My suspicion is that somehow the downloaded model got corrupted. If you go into your faceswap folder and delete the model file from the following location: faceswap\plugins\extract\align\.cache\face-alignment-network.pb Then try again, it will re-download the mod...
by torzdf
Thu Aug 29, 2019 9:48 pm
Forum: Extract Support
Topic: cuDNN failed to initialize
Replies: 29
Views: 15934

Re: Need help with depreciated files, cuDNN, and GPU Utilization

Glad you got it working :)

by torzdf
Thu Aug 29, 2019 9:46 pm
Forum: Training Support
Topic: Out of Memory & Python Crash
Replies: 7
Views: 6123

Re: Out of Memory & Python Crash

Ultimately if FS says you're out of VRAM, you're out of VRAM.

Without knowing the specifics of the model you're training, its settings, the batch size, it is impossible to give you any more than this.

See:
https://faceswap.dev/forum/app.php/faqpage#f3r10

by torzdf
Thu Aug 29, 2019 4:50 pm
Forum: Training Support
Topic: Out of Memory & Python Crash
Replies: 7
Views: 6123

Re: Out of Memory & Python Crash

Please provide the crash report from your faceswap folder. There isn't enough to go on here.

by torzdf
Thu Aug 29, 2019 4:33 pm
Forum: Extract Support
Topic: cuDNN failed to initialize
Replies: 29
Views: 15934

Re: Need help with depreciated files, cuDNN, and GPU Utilization

1) Deprecated files. Ignore that. They are warnings generated from Keras. 2) S3FD CUDNN_STATUS_ALLOC_FAILED message. There seems to be an issue somewhere with VRAM usage on this detector. Try enabling "single process" mode and seeing if it runs. 3) The "WARNING: Logging before flag pa...
by torzdf
Wed Aug 28, 2019 11:18 pm
Forum: Training Discussion
Topic: How to tune for A->B only?
Replies: 3
Views: 3762

Re: How to tune for A->B only?

Do they give better results? Yes. Do they train in a shorter time? No. They take longer because they are heavier models.

by torzdf
Tue Aug 27, 2019 10:30 am
Forum: Extract Support
Topic: [AMD] AttributeError: '_Settings' object has no attribute 'prohibit_winograd'
Replies: 7
Views: 5320

Re: [AMD] AttributeError: '_Settings' object has no attribute 'prohibit_winograd'

I think you found it! But for anyone else it is the "check" mark with the other buttons next to the avatar.

by torzdf
Sat Aug 24, 2019 11:33 am
Forum: Convert Support
Topic: Error message/crash when converting
Replies: 1
Views: 3187

Re: Error message/crash when converting

Get the latest code. This is a bug which has been fixed

https://faceswap.dev/forum/viewtopic.php?f=4&t=44

by torzdf
Sat Aug 24, 2019 11:30 am
Forum: Training Support
Topic: CPU Load is 100% and ~40% GPU
Replies: 21
Views: 26675

Re: CPU Load is 100% and ~40% GPU

I do use Linux. Specifically Ubuntu 18.04

by torzdf
Thu Aug 22, 2019 11:08 pm
Forum: Training Support
Topic: CPU Load is 100% and ~40% GPU
Replies: 21
Views: 26675

Re: CPU Load is 100% and ~40% GPU

For what it's worth, I overlooked that openCV and numpy are both wrappers (in Python) for C, so they will utilize multi-processes under the hood. Ultimately, Image processing IS CPU intensive, and we augment all of our data on the fly. If you are concerned that you are being bottle-necked by the CPU...
by torzdf
Wed Aug 21, 2019 3:12 pm
Forum: Convert Discussion
Topic: How to combine pictures into video?
Replies: 8
Views: 11103

Re: Put swap faces in video ?

3) my converted faces from A with my model (so I have a set of mix faces from A to B)

This is wrong. You should not have converted faces.

You convert THE VIDEO, not THE FACES.

by torzdf
Tue Aug 20, 2019 11:15 pm
Forum: Convert Discussion
Topic: How to combine pictures into video?
Replies: 8
Views: 11103

Re: Put swap faces in video ?

You don't want to swap the "faces" at the convert stage..... You need to swap the faces in the frames.... For converting: Select the video that you want to swap the faces onto as your "input" Select a location for output. Select "ffmpeg" as writer. This will swap the fa...
by torzdf
Tue Aug 20, 2019 9:48 pm
Forum: Training Discussion
Topic: Training Preview
Replies: 3
Views: 4136

Re: Training Preview

Hard to say, and depends on a lot of things (model, CPU/GPU, quality of data etc). Leaving it going some more and see if it's improving

by torzdf
Tue Aug 20, 2019 5:30 pm
Forum: Training Support
Topic: Status Failed - train.py
Replies: 10
Views: 8352

Re: Status Failed - train.py

Ok, 2 things:

1) Remove your system wide installed Cuda. How to do this will depend on how you installed Cuda in the first place. Basically, it will probably conflict with the Conda installed version.

2) Update your Nvidia Drivers.