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.