You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: