how to delete face which is wrong in command?

Want to use Faceswap in The Cloud? This is not directly supported by the Devs, but you may find community support here


Forum rules

Read the FAQs and search the forum before posting a new topic.

NB: The Devs do not directly support using Cloud based services, but you can find community support here.

Please mark any answers that fixed your problems so others can find the solutions.

Locked
User avatar
curtain
Posts: 4
Joined: Fri May 08, 2020 6:35 pm
Has thanked: 1 time

how to delete face which is wrong in command?

Post by curtain »

I use google colab to train my model,after I using the code to detect the faces from photo.There are some wrong faces,so how shoud i delete them.The guidance just give the way for GUI.By the way,It will give image reading error when i just delete the faces.

User avatar
bryanlyon
Site Admin
Posts: 793
Joined: Fri Jul 12, 2019 12:49 am
Answers: 44
Location: San Francisco
Has thanked: 4 times
Been thanked: 218 times
Contact:

Re: how to delete face which is wrong in command?

Post by bryanlyon »

There is no way in the GUI to delete incorrect faces. You are expected to do it manually.

User avatar
curtain
Posts: 4
Joined: Fri May 08, 2020 6:35 pm
Has thanked: 1 time

Re: how to delete face which is wrong in command?

Post by curtain »

sorry,maybe my question is not clear.I mean how to clean the Alignments File. Because if I just delete the incorrect faces but not modify the Alignments File.It will give misstakes of image reaing when I start training.

User avatar
bryanlyon
Site Admin
Posts: 793
Joined: Fri Jul 12, 2019 12:49 am
Answers: 44
Location: San Francisco
Has thanked: 4 times
Been thanked: 218 times
Contact:

Re: how to delete face which is wrong in command?

Post by bryanlyon »

Depending on how you're doing it in colab you may be able to just run the command line command or it may be a feature of your notebook. You haven't given enough information to actually answer your question.

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

Re: how to delete face which is wrong in command?

Post by torzdf »

The GUI is just an interface to the cli. The way to remove faces is exactly the same with the cli.

Do

Code: Select all

python tools.py -h

to list the available tools commands.

My word is final

Locked