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

corrected path to zip file

parent 3a468248
No related branches found
No related tags found
1 merge request!14Corrected the external link to FaceNet model
Pipeline #31814 failed
...@@ -101,8 +101,8 @@ class FaceNet(object): ...@@ -101,8 +101,8 @@ class FaceNet(object):
self.model_path = self.get_modelpath() self.model_path = self.get_modelpath()
if not os.path.exists(self.model_path): if not os.path.exists(self.model_path):
bob.io.base.create_directories_safe(FaceNet.get_modelpath()) bob.io.base.create_directories_safe(FaceNet.get_modelpath())
zip_file = os.path.join(FaceNet.get_modelpath(), zip_file = FaceNet.get_modelpath() + ".zip"
"20170512-110547.zip")
urls = [ urls = [
# 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/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment