mobile-id icon indicating copy to clipboard operation
mobile-id copied to clipboard

cant open caffemodel down load from google drive

Open CLIsVeryOK opened this issue 7 years ago • 0 comments

I download the prototxt and caffeModel from google drive , but can't load in in my matlab, matlab will crash when I run the following code.

def = fullfile('./models','mobile_id_gallery.prototxt'); net = fullfile('./models','mobile_id.caffemodel'); convNet = caffe.Net(def,net,'test'); //matlab crash at this line.

CLIsVeryOK avatar Feb 05 '18 12:02 CLIsVeryOK