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

Error to run demo #2 #68

Open
Julia220418 opened this issue Jun 6, 2022 · 6 comments
Open

Error to run demo #2 #68

Julia220418 opened this issue Jun 6, 2022 · 6 comments

Comments

@Julia220418
Copy link

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

@Julia220418 Julia220418 changed the title Error to run MIN1PIPE #2 Error to run demo #2 Jun 6, 2022
@JinghaoLu
Copy link
Owner

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.

@Julia220418
Copy link
Author

thank you for your quick reply!
but I couldn't resolve the problem...

@Julia220418
Copy link
Author

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
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 refered to #66 but it didn't solve my problem.
Then, I checked the variables expressed in the error message, but I couldn't find NaN data.
I'm wondering why this error occured with demo data...

I hope you will help me.

Julia

@JinghaoLu
Copy link
Owner

@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.

@Julia220418
Copy link
Author

Hi, I resolve my problem.
I reinstalled MIN1PIPE code and it worked out well.
I'm sorry that I took your time.
Thank you very much.

@JinghaoLu
Copy link
Owner

@Julia220418 Good to know that. Let me know if you come across any other issue.

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

2 participants