-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Matlab 2017a #1
Comments
这vlfeat的问题吧,我不知道 |
hi Invalid MEX-file 'C:\Users\lenovo\panorama-master\lib\vlfeat-0.9.20\toolbox\mex\mexw64\vl_sift.mexw64': Error in getSIFTFeatures (line 11) Error in computeTrans (line 11) Error in create (line 15) Error in main (line 59) |
Could you check whether MEX-file 'C:\Users\lenovo\panorama-master\lib\vlfeat-0.9.20\toolbox\mex\mexw64\vl_sift.mexw64' exist? |
yes the above mentioned file exists. |
Try download new VLfeat, see if it could help |
您好 我们老师也布置了这个作业 但要求转为球面坐标,您的程序很棒,就是小白不知道怎么改为球面坐标。。。是直接改wrap.m就好了吗 |
Sir, |
i have same problem with wbf2016
오류 발생: run (line 55) 오류 발생: main (line 31) 오류 발생: RunAllDatasets (line 2) |
I tried to rename the parameter 'which' in the main function and there is no matrix dimension error(windows system). |
Sir, I have a problem Index exceeds array bounds. Error in run (line 55) Error in main (line 31) |
Change the variable name (which) to anything you like in main.m and it will work. |
出错 run (line 50)
pathscript = evalin('caller', ['which(''' script ''')']);
出错 main (line 31)
run('lib/vlfeat-0.9.20/toolbox/vl_setup');
出错 RunAllDatasets (line 2)
panorama=main(i);
The text was updated successfully, but these errors were encountered: