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

Merge branch 'newlink' into 'master'

Corrected the external link to FaceNet model

See merge request !14
parents d86e9b65 98154541
No related branches found
No related tags found
1 merge request!14Corrected the external link to FaceNet model
Pipeline #31819 passed
......@@ -107,9 +107,10 @@ class FaceNet(object):
# This is a private link at Idiap to save bandwidth.
"http://beatubulatest.lab.idiap.ch/private/wheels/gitlab/"
"facenet_model2_20170512-110547.zip",
# this works for everybody
"https://drive.google.com/uc?export=download&id="
"0B5MzpY9kBtDVZ2RpVDYwWmxoSUk",
# this link to dropbox would work for everybody
# previous link to gogle drive would require cookies
"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