mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
whitespaces removed
This commit is contained in:
parent
6d3b7aa4c4
commit
f0ffe1978c
@ -300,7 +300,7 @@ def find(
|
|||||||
silent (boolean): Suppress or allow some log messages for a quieter analysis process
|
silent (boolean): Suppress or allow some log messages for a quieter analysis process
|
||||||
(default is False).
|
(default is False).
|
||||||
|
|
||||||
refresh_database (boolean): Synchronizes the images representation (pkl) file with the
|
refresh_database (boolean): Synchronizes the images representation (pkl) file with the
|
||||||
directory/db files, if set to false, it will ignore any file changes inside the db_path
|
directory/db files, if set to false, it will ignore any file changes inside the db_path
|
||||||
(default is True).
|
(default is True).
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ def verify(
|
|||||||
|
|
||||||
silent (boolean): Suppress or allow some log messages for a quieter analysis process
|
silent (boolean): Suppress or allow some log messages for a quieter analysis process
|
||||||
(default is False).
|
(default is False).
|
||||||
|
|
||||||
threshold (float): Specify a threshold to determine whether a pair represents the same
|
threshold (float): Specify a threshold to determine whether a pair represents the same
|
||||||
person or different individuals. This threshold is used for comparing distances.
|
person or different individuals. This threshold is used for comparing distances.
|
||||||
If left unset, default pre-tuned threshold values will be applied based on the specified
|
If left unset, default pre-tuned threshold values will be applied based on the specified
|
||||||
|
Loading…
x
Reference in New Issue
Block a user