-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error to run demo #2 #68
Comments
Hi @Julia220418 I guess you can refer to #66 to see if you have this same situation. Let me know if you need further help. |
thank you for your quick reply! |
Again I write here about the situation. I ran the demo data using Matlab code(demo_min1pipe.m) and received an error message. Error using intra_section Error in frame_reg (line 92) Error in min1pipe (line 109) Error in demo_min1pipe (line 15) I refered to #66 but it didn't solve my problem. I hope you will help me. Julia |
@Julia220418 Did you install all required toolboxes? If this is the error message regarding the demo video, it is pretty likely that there is something wrong with the setup. |
Hi, I resolve my problem. |
@Julia220418 Good to know that. Let me know if you come across any other issue. |
Hello,
Thank you to have gave me a tip last time.
Finally I succeeded to run MIN1PIPE, but I received an another error message from Matlab.
Error using intra_section
Expected input number 1, I, to be non-NaN.
Error in frame_reg (line 92)
m = intra_section(m, stt, stp, pixs, scl, sigma_x, sigma_f, sigma_d, flag, maskc);
Error in min1pipe (line 109)
[m, corr_score, raw_score, scl, imaxy] = frame_reg(m, imaxy1, se, Fsi_new, pixs, scl, sigma_x, sigma_f, sigma_d);
Error in demo_min1pipe (line 15)
[fname, frawname, fregname] = min1pipe(Fsi, Fsi_new, [], [], ismc, flag);
I'm unfamiliar with Matlab, so maybe this is boring problem,
but I'm happy if you help me.
Julia
The text was updated successfully, but these errors were encountered: