url updated

This commit is contained in:
Sefik Ilkin Serengil 2020-02-13 10:19:00 +03:00 committed by GitHub
parent 08d09421c4
commit 79e27f9a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ def loadModel():
print("race_model_single_batch.h5 will be downloaded...") print("race_model_single_batch.h5 will be downloaded...")
#zip #zip
url = 'https://drive.google.com/file/d/1nz-WDhghGQBC4biwShQ9kYjvQMpO6smj' url = 'https://drive.google.com/uc?id=1nz-WDhghGQBC4biwShQ9kYjvQMpO6smj'
output = home+'/.deepface/weights/race_model_single_batch.zip' output = home+'/.deepface/weights/race_model_single_batch.zip'
gdown.download(url, output, quiet=False) gdown.download(url, output, quiet=False)
@ -47,4 +47,4 @@ def loadModel():
return race_model return race_model
#-------------------------- #--------------------------