Improve face_recognition.md#30
Conversation
Improved the whole document.
add missing URL
|
Very good change. Why was the request not accepted? |
|
Thank you! I have no idea. |
Yet Because there is one of me and that one was
And on top of that I have a real life with a longer list of issues than what's above So, in short I saw this when it was submitted, didn't get to it, and forgot about it. Unfortunately we don't have a bot to remind every 60 days that there is something waiting. |
| 1. Install the face recognition solution https://github.com/ageitgey/face_recognition: `pipx install face-recognition` | ||
| 2. Prepare your known faces in the following fashion: | ||
|
|
||
| You need a directory which holds the photos of all known faces. The file names are the tag names which will be used. You can add a number suffix to provide multiple photos of the same persone to improve the result. The number will be removed from the tag. |
There was a problem hiding this comment.
Also maybe "number will be removed from the tag" = "number will not appear in the applied tag"
| ## Technical process | ||
|
|
||
| 1. Selected images are exported into a temporary location with a lowered resolution | ||
| 2. The external tool is invoced with the photo and the path to the face folder as parameters |
|
|
||
| 1. Selected images are exported into a temporary location with a lowered resolution | ||
| 2. The external tool is invoced with the photo and the path to the face folder as parameters | ||
| 3. The result is parsed an dapplied as tags |
There was a problem hiding this comment.
missing space in "dapplied"
|
@thomas-mc-work All of the script pages follow the same format, with the same headings. That way anyone using them can find what they want quickly knowing where the information will be based on on other script pages. I'm kind of flexible about what you put under the headings. If you want to use subheadings under the headings that's fine. Under |
| ## Usage | ||
|
|
||
| * start this script from script manager. | ||
| * start the recognition from the corresponding module ("face recognition") on the right side in the library view |
There was a problem hiding this comment.
you probably need to select some images before you try running the script
Improved the whole document.