-
Notifications
You must be signed in to change notification settings - Fork 148
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
Errors in demo #104
Comments
|
Hi @epnev I ran it on the default. Here's the whole command output, it occurs right after the name request pops up. Image link: The following is the entire command window when the script starts on a fresh matlab instance:
Error in montage/loadimages (line 1084) Error in montage (line 43) Error in demo_script (line 90)
|
Are you trying to call this through some interface you're building? |
Nope, I loaded the package through the add-on manager. I opened the demo_script.m and clicked run |
I'm not sure how the add-on manager works. It's likely you don't get the latest version of the code that way. It's probably best if you download directly from github. Also, if you're a python user I'd recommend using the python version instead. |
Deleted the folder/files, downloaded the github page one, added to path and still get the same issue. Unfortunately, I only have limited experience working in Spyder for python and struggle at implementing even simple scripts. |
Apologies for the delayed response. Something is wrong with the |
Please note that the developer of this package is on leave until January 2019 and might not be able to support you.
For better support, please use the template below to submit your issue. When your issue gets resolved please remember to close it.
Describe the issue that you are experiencing
I'm trying to run through the demo script but it seems to encounter some errors that I can't figure out how it's being caused.
Copy error log below
Error in montage/loadimages (line 1084)
M.im(nprev+i) = fn_structmerge(model,simi);
Error in montage (line 43)
loadimages(M,varargin{:})
Error in demo_script (line 90)
subplot(121); montage(extract_patch(A(:,keep),[d1,d2],[30,30]),'DisplayRange',[0,0.15]);
The text was updated successfully, but these errors were encountered: