MrDeepFakes Forums

Some content may not be available to Guests. Consider registering an account to enjoy unrestricted access to guides, support and tools

  • We are looking for community members who are intested in helping out. See our HELP WANTED post.

Problem extracting faces.

Kokroacheater

DF Vagrant
I run 4) data_src extract faces MT all GPU after doing all the steps previous to it.

then this happens:

Code:
Performing 1st pass...
Running on CPU0.
Using TensorFlow backend.
Running on CPU1.
Using TensorFlow backend.
Running on CPU2.
Using TensorFlow backend.
Running on CPU3.
Using TensorFlow backend.
100%|################################################################################| 655/655 [02:12<00:00, 4.93it/s]
Performing 2nd pass...
Running on Intel® Corporation Intel® HD Graphics 630 (OpenCL).
Using plaidml.keras.backend backend.
INFO:plaidml:Opening device "opencl_intel_hd_graphics_630.0"


i have an Nvidia gtx 1050 but it seems to be stuck in the second pass.
Plz help <3
 

tania01

DF Admirer
Verified Video Creator
it's not using your gpu. it's trying to run on your cpu. use sse version of dfl. i'm not sure but i think the opencl version is the culprit here.
 
Top