Am I blind ? ~/faceswap/src/ not found

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
boboko
Posts: 1
Joined: Mon Aug 21, 2023 3:41 am

Am I blind ? ~/faceswap/src/ not found

Post by boboko »

Trying to "gather the raw data" part but I don't see a folder named "~/faceswap/src/nameoffolder"

This is what there is currently:

Code: Select all

(base) [user@fedora ~]$ ls
anaconda3  Documents  faceswap  Pictures  Templates
Desktop    Downloads  Music     Public    Videos
(base) [user@fedora ~]$ cd faceswap
(base) [user@fedora faceswap]$ ls
CODE_OF_CONDUCT.md        faceswap_gui.log    plugins       tests
config                    faceswap.py         __pycache__   tools
_config.yml               faceswap_setup.log  README.md     tools.py
Dockerfile.cpu            INSTALL.md          requirements  update_deps.py
Dockerfile.gpu            lib                 scripts       USAGE.md
docs                      LICENSE             setup.cfg
faceswap_gui_launcher.sh  locales             setup.py
(base) [user@fedora faceswap]$ cd src
bash: cd: src: No such file or directory

What am I doing wrong ?

User avatar
torzdf
Posts: 2687
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 135 times
Been thanked: 628 times

Re: Am I blind ? ~/faceswap/src/ not found

Post by torzdf »

I assume you are reading the USAGE.md file from the github repo? That's a very high level and basic guide, so I wouldn't rely on that. Instead, you should go through the extract guide here:
viewtopic.php?t=27
which is a lot more thorough and clear

My word is final

Locked