We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, for the first time I tried to run min1pipe with demo data, but I received an error from Matlab. Here is the error message;
Error in frame_reg (line 49) select_gpu;
Error using min1pipe (line112) [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);
Would you tell me how I can solve it?
The text was updated successfully, but these errors were encountered:
Hi Julia, it seems the error message is not full, but I guess the issue might be due to the lack of GPU on your machine.
Sorry, something went wrong.
ok, thank you very much. I try again with another PC.
No branches or pull requests
Hi,
for the first time I tried to run min1pipe with demo data, but I received an error from Matlab.
Here is the error message;
Error in frame_reg (line 49)
select_gpu;
Error using min1pipe (line112)
[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);
Would you tell me how I can solve it?
The text was updated successfully, but these errors were encountered: