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 using sub2ind in the evaluation #35

Open
nickwu001 opened this issue Jun 14, 2019 · 0 comments
Open

Error using sub2ind in the evaluation #35

nickwu001 opened this issue Jun 14, 2019 · 0 comments

Comments

@nickwu001
Copy link

Hi, the official master program has been downloaded and I tried to evaluate the performance of SIFT feature on MATLAB. When typed into the command "hb retrieval sift", an error threw out:
Evaluating "retrieval" for sift[ ] 0% --:--:--Error using sub2ind (line 52)
Out of range subscript.

Error in desc.memdesc>getdesc (line 98)
sel = sub2ind([size(obj.data, 2), size(obj.data, 3)], idxs_o, gni);

Error in desc.memdesc>@(obj,varargin)getdesc(obj,varargin{:}) (line 48)
obj.getdesc = @(obj, varargin) getdesc(obj, varargin{:});

Error in bench.retrieval.eval (line 24)
[query_desc, query_si] = descs.getdesc(descs, queries.s, geom_noise, ...

Error in bench.retrieval (line 84)
res_s = bench.retrieval.eval(des, gnoise, queries, distractors, ...

Error in hb (line 61)
cmds.(cmd).fun(varargin{:});

Such kind of error also occurs when making verification and matching. Could anybody help me with this problem? BTW, I used the original codes and default settings as provided in this website.

Thanks!

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

1 participant