fmassa/object-detection.torch

Zeiler pretrained model availability

Parry26 opened this issue · 3 comments

The link given to the pretrained Zeiler CNN is linking to a mat file. Is the pretrained model available anywhere as a t7?

https://drive.google.com/file/d/0B-TTdm1WNtybdzdMUHhLc05PSE0/view?pref=2&pli=1

You can load the .mat file with all the model definition by calling the createModel function in zeiler.lua. It doesn't require you to have matlab installed, only matio, and the size of the file is smaller than if it was saved in torch format (because of the compression).
Is that ok for you ?

Thanks Francisco, that's great.

J

On 30 Jan 2016, at 10:17 PM, Francisco Massa <notifications@github.commailto:notifications@github.com> wrote:

You can load the .mat file with all the model definition by calling the createModel function in zeiler.luahttps://github.com/fmassa/object-detection.torch/blob/refactoring/models/zeiler.lua. It doesn't require you to have matlab installed, only matio, and the size of the file is smaller than if it was saved in torch format (because of the compression).
Is that ok for you ?

Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-177151776.

I'm closing the issue, feel free to re-open it if it's not enough for you.