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

Corrected the external link to FaceNet model

parent d86e9b65
No related branches found
No related tags found
No related merge requests found
...@@ -107,9 +107,10 @@ class FaceNet(object): ...@@ -107,9 +107,10 @@ class FaceNet(object):
# This is a private link at Idiap to save bandwidth. # This is a private link at Idiap to save bandwidth.
"http://beatubulatest.lab.idiap.ch/private/wheels/gitlab/" "http://beatubulatest.lab.idiap.ch/private/wheels/gitlab/"
"facenet_model2_20170512-110547.zip", "facenet_model2_20170512-110547.zip",
# this works for everybody # this link to dropbox would work for everybody
"https://drive.google.com/uc?export=download&id=" # previous link to gogle drive would require cookies
"0B5MzpY9kBtDVZ2RpVDYwWmxoSUk", "https://www.dropbox.com/s/"
"k7bhxe58q7d48g7/facenet_model2_20170512-110547.zip?dl=1",
] ]
bob.extension.download.download_and_unzip(urls, zip_file) 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