Extract returned non-zero exit status 1

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
drainbamagex
Posts: 1
Joined: Mon Sep 16, 2019 10:11 pm

Extract returned non-zero exit status 1

Post 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

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

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

Go to full post
User avatar
torzdf
Posts: 2672
Joined: Fri Jul 12, 2019 12:53 am
Answers: 159
Has thanked: 131 times
Been thanked: 625 times

Re: Extract returned non-zero exit status 1

Post 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

My word is final

Locked