This commit is contained in:
Sefik Ilkin Serengil 2021-07-13 09:39:43 +03:00
parent 583ab53324
commit 74704452a3

View File

@ -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)
#-------------------------