Skip to content

cant open caffemodel down load from google drive #8

@CLIsVeryOK

Description

@CLIsVeryOK

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions