tiny icon indicating copy to clipboard operation
tiny copied to clipboard

Links to pretrained weights broken?

Open CodexForster opened this issue 3 years ago • 1 comments

When I run hr_res101('train') on MATLAB, I get the following error:

ans =

    'models\widerface-resnet-101-simple-sample256-posfrac0.5-N25-bboxreg-cluster-scaled'

Trying to initialize the structure of resnet-101-simple
Unknown model: cannot initialize.
Loading pretrained weights from ./trained_models/imagenet-resnet-101-dag.mat
Downloading model imagenet-resnet-101-dag from http://www.vlfeat.org/matconvnet/models/imagenet-resnet-101-dag.mat to ./trained_models/imagenet-resnet-101-dag.mat ... 
--2021-06-21 19:55:50--  http://www.vlfeat.org/matconvnet/models/imagenet-resnet-101-dag.mat 
Resolving www.vlfeat.org... 64.90.48.57 
Connecting to www.vlfeat.org|64.90.48.57|:80... connected. 
HTTP request sent, awaiting response... 301 Moved Permanently 
Location: https://www.vlfeat.org/matconvnet/models/imagenet-resnet-101-dag.mat [following] 
--2021-06-21 19:55:51--  https://www.vlfeat.org/matconvnet/models/imagenet-resnet-101-dag.mat 
Connecting to www.vlfeat.org|64.90.48.57|:443... connected. 
OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version 
Unable to establish SSL connection. 

How do I proceed further?

CodexForster avatar Jun 21 '21 14:06 CodexForster

https://drive.google.com/file/d/1YO8zTXGCACRZvHDxtW8dEZL7CE8HVFJ8/view?usp=sharing

issaclin32 avatar Mar 22 '22 02:03 issaclin32