Page 1 of 1

problème d'extraction

Posted: Thu Jun 18, 2020 6:55 pm
by sebber

voici le status

status; Failed - extract.py.Return Code: 3221225477

et

Loading...
Setting Faceswap backend to AMD
06/18/2020 20:50:18 INFO Log level set to: INFO
06/18/2020 20:50:18 INFO Setting up for PlaidML
06/18/2020 20:50:20 INFO Setting GPU to largest available experimental device. If you want to override this selection, run plaidml-setup from the command line.
06/18/2020 20:50:20 INFO Using GPU: ['opencl_intel_hd_graphics_5500.0']
06/18/2020 20:50:20 INFO Successfully set up for PlaidML
06/18/2020 20:50:25 INFO Output Directory: C:\Users\SebEsther\3D Objects\Face app\Fakeapp 2.2\fakes\Align_ for_training_ A
06/18/2020 20:50:26 INFO Loading Detect from Mtcnn plugin...
Using plaidml.keras.backend backend.
06/18/2020 20:50:27 INFO Downloading model: 'mtcnn_det' from: https://github.com/deepfakes-models/fac ... det_v2.zip

06/18/2020 20:50:31 INFO Extracting: 'mtcnn_det'

06/18/2020 20:50:31 INFO Loading Align from Fan plugin...
06/18/2020 20:50:31 INFO Loading Mask from Components plugin...
06/18/2020 20:50:31 INFO Loading Mask from Extended plugin...
06/18/2020 20:50:31 INFO Starting, this may take a while...
06/18/2020 20:50:31 INFO Initializing MTCNN (Detect)...
06/18/2020 20:50:31 INFO Opening device "opencl_intel_hd_graphics_5500.0"
Process exited.

merci d'avance pour votre aide.


Re: problème d'extraction

Posted: Thu Jun 18, 2020 6:59 pm
by bryanlyon

The problem seems to be that you're using "opencl_intel_hd_graphics_5500.0" while you have AMD selected. If you have an AMD card, you may need to run plaidml-setup and select your card, if you don't have an AMD GPU, you need to remove the install and choose either Nvidia (if you have one) or CPU mode if you have no GPU.