Page 1 of 1

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

Posted: Mon Aug 21, 2023 3:47 am
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 ?


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

Posted: Mon Aug 21, 2023 9:33 am
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