Skip to content
Snippets Groups Projects
Commit 7d8c68df authored by Pavel KORSHUNOV's avatar Pavel KORSHUNOV
Browse files

reuploaded the zip that is on idiap server

parent bc180907
No related branches found
No related tags found
1 merge request!14Corrected the external link to FaceNet model
Pipeline #31815 passed
......@@ -101,15 +101,16 @@ class FaceNet(object):
self.model_path = self.get_modelpath()
if not os.path.exists(self.model_path):
bob.io.base.create_directories_safe(FaceNet.get_modelpath())
zip_file = FaceNet.get_modelpath() + ".zip"
zip_file = os.path.join(FaceNet.get_modelpath(),
"20170512-110547.zip")
urls = [
# This is a private link at Idiap to save bandwidth.
"http://beatubulatest.lab.idiap.ch/private/wheels/gitlab/"
"facenet_model2_20170512-110547.zip",
# this link to dropbox would work for everybody
# previous link to gogle drive would require cookies
"https://www.dropbox.com/s/bi0rwhw7g1gg4he/20170512-110547.zip?dl=1",
"https://www.dropbox.com/s/"
"k7bhxe58q7d48g7/facenet_model2_20170512-110547.zip?dl=1",
]
bob.extension.download.download_and_unzip(urls, zip_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment