mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
url updated
This commit is contained in:
parent
08d09421c4
commit
79e27f9a07
@ -35,7 +35,7 @@ def loadModel():
|
||||
print("race_model_single_batch.h5 will be downloaded...")
|
||||
|
||||
#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'
|
||||
gdown.download(url, output, quiet=False)
|
||||
|
||||
@ -47,4 +47,4 @@ def loadModel():
|
||||
|
||||
return race_model
|
||||
|
||||
#--------------------------
|
||||
#--------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user