darktable-org / lua-scripts

155 stars 110 forks source link

Update face_recognition.lua #376

Open Huipie1 opened 2 years ago

Huipie1 commented 2 years ago

Add support for running the face recognition from docker, this is usefull if you don't want the hassle to install the additional software but have docker available.

python(without docker) and docker-gpu have not been tested but should work if you have the right prerequisites

wpferguson commented 2 years ago

If I understand correctly you only tested the docker-cpu branch and none of the others?

Huipie1 commented 2 years ago

Exactly, I only tested it with the cpu docker branch, as I don't have those available currently (also the reason why I added support for docker).

-edited the opening post to clarify a bit more