matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
522 stars 47 forks source link

Recognize smaller faces #651

Open sirdrakeistda opened 1 year ago

sirdrakeistda commented 1 year ago

Expected behaviour

Facerecognition should also detect smaller faces. It would be nice to detect also faces on images of groups. I tried to maximize the temporary file size (it is set to maximum 2364x1773 (4x3)). But this is not enough for my purpose. Many persons are not detected. Is there another option to achieve this? If I change the settings, do I have to reset all clustered faces, or will images be rescanned after changing settings automatically?

vwbusguy commented 3 months ago

Have you tried setting the minimum face size?

https://github.com/matiasdelellis/facerecognition/wiki/Mininimum-face-size

I think occ user:setting <your username> facerecognition full_image_scan_done false is all you should need after changing that, but I'm not certain. I don't think you need to reset clustering.