Add tolerance to dlib face identify (#9661)

* Documentation for tolerance parameter

* Change type to float and removing optional parameter from example configuration

* ✏️ Removal of unneeded newline
This commit is contained in:
Javier González Calleja 2019-06-19 22:54:50 +02:00 committed by Paulus Schoutsen
parent 1b954e9c9a
commit 8924a343a1

View File

@ -50,6 +50,11 @@ faces:
description: List of faces sources.
required: true
type: list
confidence:
description: How much distance between faces to consider it a match. Using tolerance values lower than 0.6 will make the comparison more strict.
required: false
type: float
default: 0.6
{% endconfiguration %}
<p class='note'>