Page 1 of 1
Trying to filter faces during extract
Posted: Sun Oct 20, 2019 7:16 pm
by gras
I have followed the excellent tutorial, but would like to use the filter to select only faces that are similar to my desired face.
Here is a link to a screenshot of the settings:
Here is the log (DEBUG) of the run:
The extract works fine, except no filtering occurs. Any advice is welcome (including how best to attach logs & screenshots).
I am running with a GTX 1080 Ti (11gb) on a 12 CPU machine with 32GB RAM.
Thanks!
Re: Trying to filter faces during extract
Posted: Sun Oct 20, 2019 10:26 pm
by torzdf
Honestly? Face Filter is not hugely reliable. At the moment it uses the (not very good) cv2-dnn detector/aligner to get the faces (for vram reasons) which means sometimes it just inputs junk....
It is on my (lengthy) TO DO list to look into this, but I recommend just extracting all faces and then using the sort tool (as per the extract guide) to group all the faces together and delete the ones you don't want. This method is MUCH more reliable.
Re: Trying to filter faces during extract
Posted: Tue Oct 22, 2019 1:11 am
by gras
Thanks for the response!
I am trying to script the process as much as possible and thought perhaps I had missed a setting. Again, the tutorial is excellent. I truly appreciate the work you have put into this project!