diff --git a/deepface/DeepFace.py b/deepface/DeepFace.py index fdee7e1..159dcb4 100644 --- a/deepface/DeepFace.py +++ b/deepface/DeepFace.py @@ -300,7 +300,7 @@ def find( silent (boolean): Suppress or allow some log messages for a quieter analysis process (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 (default is True). diff --git a/deepface/modules/verification.py b/deepface/modules/verification.py index 725f099..5727ef3 100644 --- a/deepface/modules/verification.py +++ b/deepface/modules/verification.py @@ -64,7 +64,7 @@ def verify( silent (boolean): Suppress or allow some log messages for a quieter analysis process (default is False). - + threshold (float): Specify a threshold to determine whether a pair represents the same 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