Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.ip.tensorflow_extractor
Commits
7d8c68df
Commit
7d8c68df
authored
Jul 12, 2019
by
Pavel KORSHUNOV
Browse files
reuploaded the zip that is on idiap server
parent
bc180907
Pipeline
#31815
passed with stage
in 17 minutes and 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/ip/tensorflow_extractor/FaceNet.py
View file @
7d8c68df
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment