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

cannot find 'models\ucf101-img-vgg16-split1-dr0.85.mat' #29

Closed
laura-wang opened this issue Mar 16, 2017 · 2 comments
Closed

cannot find 'models\ucf101-img-vgg16-split1-dr0.85.mat' #29

laura-wang opened this issue Mar 16, 2017 · 2 comments

Comments

@laura-wang
Copy link

I follow the setup procedure and download the data and model. But when I run cnn_ucf101_fusion(), it occurs one problem "unable to read file 'models\ucf101-img-vgg16-split1-dr0.85.mat'. No such file or directory". And I check the pretrained models document below, there is no such file. Could you please tell me where I can get this file? And also later the 'models\ucf101-TVL1flow-vgg16-split1-dr0.9.mat'.
Thanks!

@JasmineeYang
Copy link

@laura-wang Hello,I have the questions just like you.have you solved them out?

@jaisanliang
Copy link

I simply changed lines 56 and 57 to

opts.modelA = fullfile(opts.modelPath, [opts.dataSet '-img-vgg16-split' num2str(opts.nSplit) '.mat']) ;
opts.modelB = fullfile(opts.modelPath, [opts.dataSet '-TVL1flow-vgg16-split' num2str(opts.nSplit) '.mat']) ;

and that resolved the problem for me.

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

4 participants