Skip to content

Error using sub2ind in the evaluation #35

Open
@nickwu001

Description

@nickwu001

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions