luadocs/content/lua.scripts.manual/scripts/contrib/face_recognition.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

42 lines
874 B
Markdown

---
title: face_recognition
id: face_recognition
weight: 100
draft: false
author: "people"
---
## Name
face_recognition.lua - add a new storage option and calls face_recognition after export
## Description
Add a new storage option to send images to face_recognition.
Images are exported to darktable tmp dir first.
A directory with known faces must exist, the image name are the
tag names which will be used.
Multiple images for one face can exist, add a number to it, the
number will be removed from the tag, for example:
People|IknowYou1.jpg
People|IknowYou2.jpg
People|Another.jpg
People|Youtoo.jpg
## Usage
* require this file from your main luarc config file.
## Additional Software Required
* https://github.com/ageitgey/face_recognition
* https://github.com/darktable-org/lua-scripts/tree/master/lib
## Limitations
## Author
Sebastian Witt
## Change Log