We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d579b25 commit 54a66f9Copy full SHA for 54a66f9
contrib/face_recognition.lua
@@ -154,7 +154,7 @@ local function reset_preferences()
154
fc.unknown_tag.text = "unknown_person"
155
fc.no_persons_found_tag.text = "no_persons_found"
156
fc.ignore_tags.text = ""
157
- fc.category_tags.text = "People"
+ fc.category_tags.text = ""
158
fc.known_image_path.value = dt.configuration.config_dir .. "/face_recognition"
159
fc.tolerance.value = 0.6
160
fc.num_cores.value = -1
@@ -306,7 +306,7 @@ local function face_recognition ()
306
t = nonpersonsfoundTag
307
end
308
if t ~= "" and t ~= nil then
309
- if categoryTagString ~= "" then
+ if categoryTagString ~= "" and t ~= nonpersonsfoundTag then
310
t = categoryTagString .. "|" .. t
311
312
dt.print_log ("ImgId:" .. img.id .. " Tag:".. t)
0 commit comments