The location does not exist

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
artem
Posts: 1
Joined: Sat Oct 29, 2022 8:45 am

The location does not exist

Post by artem »

Code: Select all

% python faceswap.py extract -i ~/faceswap/src/art -o ~/faceswap/faces/art
Setting Faceswap backend to CPU
10/29/2022 11:42:37 INFO     Log level set to: INFO
10/29/2022 11:42:42 INFO     Loading Detect from Mtcnn plugin...
10/29/2022 11:42:42 INFO     Loading Align from Cv2_Dnn plugin...
10/29/2022 11:42:42 INFO     Loading Mask from Components plugin...
10/29/2022 11:42:42 INFO     Loading Mask from Extended plugin...
10/29/2022 11:42:42 INFO     Starting, this may take a while...
10/29/2022 11:42:42 INFO     Output Directory: /Users/user/faceswap/faces/art
10/29/2022 11:42:42 ERROR    The location '/Users/user/faceswap/src/art' does not exist

The directory exists, but when I try, it throws this error.

User avatar
torzdf
Posts: 2649
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 128 times
Been thanked: 622 times

Re: The location does not exist

Post by torzdf »

Not really sure what to say... Have just tested this again to make sure, and runs fine locally.

Make sure Faceswap is updated. Double, treble check your paths and try again.

My word is final

Locked