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

874 B

title id weight draft author
face_recognition face_recognition 100 false 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

Limitations

Author

Sebastian Witt

Change Log