mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 12:05:22 +00:00
added review changes
This commit is contained in:
parent
e363a56f09
commit
112eb0a6c2
@ -46,7 +46,7 @@ class Buffalo_L(FacialRecognition):
|
|||||||
# Download the model weights if not already present
|
# Download the model weights if not already present
|
||||||
weights_path = weight_utils.download_weights_if_necessary(
|
weights_path = weight_utils.download_weights_if_necessary(
|
||||||
file_name=model_rel_path,
|
file_name=model_rel_path,
|
||||||
source_url="https://drive.google.com/uc?export=download&confirm=pbef&id=1N0GL-8ehw_bz2eZQWz2b0A5XBdXdxZhg"
|
source_url="https://drive.google.com/uc?export=download&confirm=pbef&id=1N0GL-8ehw_bz2eZQWz2b0A5XBdXdxZhg" #pylint: disable=line-too-long
|
||||||
)
|
)
|
||||||
|
|
||||||
# Verify the model file exists
|
# Verify the model file exists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user