serengil / deepface

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
https://www.youtube.com/watch?v=WnUVYQP4h44&list=PLsS_1RYmYQQFdWqxQggXHynP1rqaYXv_E&index=1
MIT License
10.85k stars 1.91k forks source link

fix docstring max_threshold_to_verify in verify method #1229

Closed GobinathAL closed 1 month ago

GobinathAL commented 1 month ago

What has been done

The docstring of the verify method had a incorrect key max_threshold_to_verify(probably due to old code). This PR updates it to threshold which is what returned by the verify method.

Note: The image in README.md still has the max_threshold_to_verify in it which needs to be updated. Let me know if you want to update it since I don't have the project file.

serengil commented 1 month ago

Thank you for your contribution