Page 1 of 1

Extract returned non-zero exit status 1

Posted: Mon Sep 16, 2019 10:36 pm
by drainbamagex

Hi there!

I'm trying to run the 'simple_test.py' but something is wrong when runs the extract command (the test vid/img was downloaded okay).
It returns something like this:

Code: Select all

[-] Test failed with Command '['/usr/bin/python3', 'faceswap.py', 'extract', '-i', '~/cache/tests/vid/test.mp4', '-o', '~/cache/tests/vid/faces', '-D', 'Cv2-Dnn', '-A', 'Cv2-Dnn']' returned non-zero exit status 1.

I've installed the dependencies as follow in setup.py. I already tried to downgrade the tensorflow, disabled the AMD support (my GPU isn't nVidia :(), but nothing seems to work. Indeed, neither in GUI mode.

Anyone has a suggestion?
Thanks


Re: Extract returned non-zero exit status 1

Posted: Mon Sep 16, 2019 11:58 pm
by torzdf

Code: Select all

simple_tests.py

is not part of the Faceswap code. It is a Continuous integration file.

See here for an extraction guide:
https://faceswap.dev/forum/viewtopic.php?f=5&t=27