Page 1 of 1

how to delete face which is wrong in command?

Posted: Fri May 08, 2020 6:44 pm
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.


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

Posted: Fri May 08, 2020 6:46 pm
by bryanlyon

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


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

Posted: Fri May 08, 2020 6:57 pm
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.


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

Posted: Fri May 08, 2020 6:59 pm
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.


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

Posted: Sat May 09, 2020 10:06 am
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.