mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 03:55:21 +00:00
typo in weight file name
This commit is contained in:
parent
f23d63c643
commit
e8346601e2
@ -199,8 +199,8 @@ def test_verify_for_broken_weights():
|
|||||||
|
|
||||||
# we are not performing anything with model deepid
|
# we are not performing anything with model deepid
|
||||||
|
|
||||||
weights_file = os.path.join(home, ".deepface/weights/deepid_keras_weights.h5.h5")
|
weights_file = os.path.join(home, ".deepface/weights/deepid_keras_weights.h5")
|
||||||
backup_file = os.path.join(home, ".deepface/weights/deepid_keras_weights.h5_backup.h5")
|
backup_file = os.path.join(home, ".deepface/weights/deepid_keras_weights_backup.h5")
|
||||||
|
|
||||||
restore = False
|
restore = False
|
||||||
# backup original weight file
|
# backup original weight file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user