nextcloud / recognize

👁 👂 Smart media tagging for Nextcloud: recognizes faces, objects, landscapes, music genres
https://apps.nextcloud.com/apps/recognize
GNU Affero General Public License v3.0
549 stars 46 forks source link

Change the cover image for a face #640

Open britzke opened 1 year ago

britzke commented 1 year ago

Describe the feature you'd like to request

It would be nice, if it become possible to change the cover image for a face.

Describe the solution you'd like

A nice way is similar to to the way of setting favorite images by selecting one image and choose a menu item. But there may be more than one image selected.

Describe alternatives you've considered

May be it would be nicer to set the cover image by right click on the image (may be with a contect menu) It would also be a matter of convenience to let the current cover image be marked.

kc9jud commented 1 year ago

How is the face currently selected? I notice that a different face is shown in the Photos app vs. the Memories app.

marcelklehr commented 1 year ago

Currently this algorithm is used: https://github.com/nextcloud/photos/blob/master/src/mixins/FaceCoverMixin.js#L37

It looks for pictures of large faces, with few faces in total and no intersections with the photo edges in the first 25 photos assigned to a person.

MarkWieczorek commented 1 year ago

On my system, there was never any cover image for the person: only a white background with their name at the bottom. This didn't work in NC 25 and now still doesn't work with NC 26 with the most recent release 3.7.0.

unnilennium commented 1 year ago

would be great to allow to set a selected photo as cover image, as the one selected by the algorithm is rarely the one we would like

schaarsc commented 9 months ago

looks like a duplicate of #825