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,
When I run the script "run_article" with matlab.
It successfully run and show logs as following
run_article
28 tasks.
Loading cached descriptor from /media/user/70303F89D6F80E5A/code/matching/hpatches-benchmark/data/descriptors/sift/desc.mat.
Results loaded from /media/user/70303F89D6F80E5A/code/matching/hpatches-benchmark/matlab/scores/scores_all/sift/verification.csv.
Results loaded from /media/user/70303F89D6F80E5A/code/matching/hpatches-benchmark/matlab/scores/scores_all/sift/matching.csv.
Results loaded from /media/user/70303F89D6F80E5A/code/matching/hpatches-benchmark/matlab/scores/scores_all/sift/retrieval.csv.
Loading cached descriptor from /media/user/70303F89D6F80E5A/code/matching/hpatches-benchmark/data/descriptors/sift/desc.mat.
Normalising the sift features (_nsplit_c_wzca_ceig0.25_pl0.50_l2n).
Clipping 103/128 eigen values.
Results loaded from /media/user/70303F89D6F80E5A/code/matching/hpatches-benchmark/matlab/scores/scores_all/sift_nsplit_c_wzca_ceig0.25_pl0.50_l2n/verification.csv.
Results loaded from /media/user/70303F89D6F80E5A/code/matching/hpatches-benchmark/matlab/scores/scores_all/sift_nsplit_c_wzca_ceig0.25_pl0.50_l2n/matching.csv.
Results loaded from /media/user/70303F89D6F80E5A/code/matching/hpatches-benchmark/matlab/scores/scores_all/sift_nsplit_c_wzca_ceig0.25_pl0.50_l2n/retrieval.csv.
When it hit the function in
hb.m (line 61) : cmds.(cmd).fun(varargin{:});
-> all.m (line 12) : [des, varargin] = desc.memdesc(varargin{:});
->memdesc.m (line 66) : status = utls.textprogressbar(numDescs, 'startmsg', sprintf('Loading %s CSVs', descname));
-> textprogressbar.m (line 103) : parse(p, n, varargin{:});
The error occur because n(numDescs) = 0
How can I fix this error?
Thanks for your reply!
The text was updated successfully, but these errors were encountered:
Hi,
When I run the script "run_article" with matlab.
It successfully run and show logs as following
When it hit the function in
hb.m (line 61) : cmds.(cmd).fun(varargin{:});
-> all.m (line 12) : [des, varargin] = desc.memdesc(varargin{:});
->memdesc.m (line 66) : status = utls.textprogressbar(numDescs, 'startmsg', sprintf('Loading %s CSVs', descname));
-> textprogressbar.m (line 103) : parse(p, n, varargin{:});
The error occur because n(numDescs) = 0
How can I fix this error?
Thanks for your reply!
The text was updated successfully, but these errors were encountered: