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 'lfpw/testset/'];};
|
||||
|
||||
landmark_dets = dir([output_loc '/*.pts']);
|
||||
landmark_dets = dir([output_loc '/*.csv']);
|
||||
|
||||
landmark_det_dir = [output_loc '/'];
|
||||
|
||||
|
|
Loading…
Reference in a new issue