Skip to content

error when run run_article with matlab #30

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

Open
ymcasky opened this issue Aug 13, 2018 · 2 comments
Open

error when run run_article with matlab #30

ymcasky opened this issue Aug 13, 2018 · 2 comments

Comments

@ymcasky
Copy link

ymcasky commented Aug 13, 2018

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!

@hurricane2018
Copy link

Did you solve it? Same problem.

1 similar comment
@heroamd
Copy link

heroamd commented May 2, 2022

Did you solve it? Same problem.

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

3 participants