LucasThePatator / FaceDetectCrop

1 stars 0 forks source link

sorting group pictures #2

Closed m-btt closed 1 year ago

m-btt commented 1 year ago

Current behavior when more than one face is detected in a file is to move the file to one of the detected faces' output folder. Not ideal behavior particularly in large group pictures.

Better handling approach would be needed, couple options:

  1. Make a copy of the file in each output folder applicable (e.g. one file in Taeyeon output folder, one in Jessica, one in Tiffany);
  2. Create an output folder based on what faces are identified in the file (e.g. Taeyeon+Jessica+Tiffany output folder is created)
  3. Put file in a generic output folder created for files with more than one face (e.g. Two people or more output folder created)