problème d'extraction

The Extraction process failing on you, and you aren't getting an error back with clear instructions? Tell us about it here


Forum rules

Read the FAQs and search the forum before posting a new topic.

This forum is for reporting errors with the Extraction process. If you want to get tips, or better understand the Extract process, then you should look in the Extract Discussion forum.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
sebber
Posts: 1
Joined: Thu Jun 18, 2020 6:34 pm

problème d'extraction

Post 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.

User avatar
bryanlyon
Site Admin
Posts: 793
Joined: Fri Jul 12, 2019 12:49 am
Answers: 44
Location: San Francisco
Has thanked: 4 times
Been thanked: 218 times
Contact:

Re: problème d'extraction

Post 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.

Locked