whitespaces removed

This commit is contained in:
Sefik Ilkin Serengil 2024-06-03 20:10:28 +01:00
parent 6d3b7aa4c4
commit f0ffe1978c
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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