Another small fix.
This commit is contained in:
parent
1da1a6f67c
commit
a70fe65356
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ dirs = {[database_root '/AFW/'];
|
||||||
[database_root '/helen/testset/'];
|
[database_root '/helen/testset/'];
|
||||||
[database_root 'lfpw/testset/'];};
|
[database_root 'lfpw/testset/'];};
|
||||||
|
|
||||||
landmark_dets = dir([output_loc '/*.pts']);
|
landmark_dets = dir([output_loc '/*.csv']);
|
||||||
|
|
||||||
landmark_det_dir = [output_loc '/'];
|
landmark_det_dir = [output_loc '/'];
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ curr = 0;
|
||||||
for i=1:numel(dirs)
|
for i=1:numel(dirs)
|
||||||
|
|
||||||
|
|
||||||
gt_labels = dir([dirs{i}, '*.pts']);
|
gt_labels = dir([dirs{i}, '*.pts']);
|
||||||
|
|
||||||
for g=1:numel(gt_labels)
|
for g=1:numel(gt_labels)
|
||||||
curr = curr+1;
|
curr = curr+1;
|
||||||
|
|
Loading…
Reference in a new issue