Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant open caffemodel down load from google drive #8

Open
CLIsVeryOK opened this issue Feb 5, 2018 · 0 comments
Open

cant open caffemodel down load from google drive #8

CLIsVeryOK opened this issue Feb 5, 2018 · 0 comments

Comments

@CLIsVeryOK
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant