From d443a3c2509889533ca812c163056bace396b586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 14 Jun 2023 20:35:58 +0200 Subject: New upstream version 0.32.1 --- help/C/organize-face-tagging.page | 57 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 help/C/organize-face-tagging.page (limited to 'help/C/organize-face-tagging.page') diff --git a/help/C/organize-face-tagging.page b/help/C/organize-face-tagging.page new file mode 100644 index 0000000..2c21ff1 --- /dev/null +++ b/help/C/organize-face-tagging.page @@ -0,0 +1,57 @@ + + + + + Marking faces in photos + + + + + Faces in photos +

Shotwell supports tagging images using faces of persons and assigning a name to them. If enabled, Shotwell also supports + automatic detection of faces in images and recognition of already known faces in new images

+
+ Manual creation and modification of named faces + +

Double-click on an image in the collection, then press the Faces button on the toolbar

+

Start dragging a rectangle around the face you are tagging using your left mouse button

+

You can also drag the rectangle by clicking into it or resize it by clicking on one of the borders

+

Once satisfied, enter a name in the text box below the rectangle and press Enter to assign the name to the marked face

+

Repeat this process for as many faces as you want to mark

+

After you marked all faces, click on Ok to save the marked faces.

+
+
+
+ Modifying or removing existing named faces +

An existing named face can be either be removed from an image using FacesRemove Face from Photo, by pressing CtrlR while in the face browser or by clicking Delete in the Faces tool

+

To rename the face, use FacesRename Face... or press CtrlE or by clicking on Edit in the Faces tool.

+
+
+ Automatic detection of faces +

It is possible to use automatic face detection to simplify the process of marking the faces. To trigger the face detection + algorithm, click on Detect faces...

+

If reference images for faces are defined, this will also try to match any found faces in the current image with known references.

+
+
+ Automatic recognition of faces +

A named face on a photo can be set as a reference for this particular name. Future calls to + the automatic face detection will try to associate similar faces the same name if considered matching.

+

To declare a face as the reference for its name use these steps

+ + +

Switch to the face browser by clicking on a face name in the navigation tree.

+

Select an image that contains the representation of the face you want to make a reference

+

Click on FacesTrain Face from Photo

+
+
+
+ Improving face recognition +

By default, Shotwell uses cascade classifier to find faces in images. There is a method to use a deep neural network to improve + detection rates significantly, but due to certain uncertainties with the licensing of the trained model it is not included by default. +

+

To enable DNN-based face detection, download the res10_300x300_ssd_iter_140000_fp16.caffemodel from the OpenCV third-party repository

+

Copy the file into your local data folder, usually $HOME/.local/share/shotwell and restart Shotwell

+
+
-- cgit v1.2.3