Skip to content

Commit

Permalink
bug 284
Browse files Browse the repository at this point in the history
  • Loading branch information
serengil committed Jul 13, 2021
1 parent 583ab53 commit 7470445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepface/basemodels/Facenet512.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def loadModel(url = 'https://github.com/serengil/deepface_models/releases/downlo
if os.path.isfile(home+'/.deepface/weights/facenet512_weights.h5') != True:
print("facenet512_weights.h5 will be downloaded...")

output = home+'/.deepface/weights/facenet_weights.h5'
output = home+'/.deepface/weights/facenet512_weights.h5'
gdown.download(url, output, quiet=False)

#-------------------------
Expand Down

0 comments on commit 7470445

Please sign in to comment.