From 8fd5cdafd433a9c19a4da575b2232b6761b50ea2 Mon Sep 17 00:00:00 2001 From: Landon Thull <98464797+landon-thull@users.noreply.github.com> Date: Wed, 1 Jan 2025 06:26:00 -0600 Subject: [PATCH] fix: spelling error in facial recognition docs (#15011) --- docs/docs/features/facial-recognition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/features/facial-recognition.md b/docs/docs/features/facial-recognition.md index de408829ed..db266b6f3e 100644 --- a/docs/docs/features/facial-recognition.md +++ b/docs/docs/features/facial-recognition.md @@ -77,7 +77,7 @@ There are a few different models available; the default is typically considered ### Minimum detection score -This setting affects whether a result from the face detecton model is filtered out as a false positive. It may seem tempting to set this low to detect more faces, but it can lead to false positives that are difficult to deal with and can harm facial recognition. It is strongly recommended not to go below 0.5 for this setting. Setting it to a very high number like 0.9 is also not recommended: the default is already biased toward precision, so a threshold that high leads to many undetected faces. +This setting affects whether a result from the face detection model is filtered out as a false positive. It may seem tempting to set this low to detect more faces, but it can lead to false positives that are difficult to deal with and can harm facial recognition. It is strongly recommended not to go below 0.5 for this setting. Setting it to a very high number like 0.9 is also not recommended: the default is already biased toward precision, so a threshold that high leads to many undetected faces. After changing this setting, it will only apply to new face detection jobs. To apply the new setting to all assets, you need to re-run face detection for all assets.