From a70fe653561b4759960e740b92e82473ee342a4c Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Wed, 22 Nov 2017 20:21:59 +0000 Subject: [PATCH] Another small fix. --- matlab_runners/Feature Point Experiments/Run_OF_on_images.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab_runners/Feature Point Experiments/Run_OF_on_images.m b/matlab_runners/Feature Point Experiments/Run_OF_on_images.m index c86904b..939fe1d 100644 --- a/matlab_runners/Feature Point Experiments/Run_OF_on_images.m +++ b/matlab_runners/Feature Point Experiments/Run_OF_on_images.m @@ -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 '/']; @@ -86,7 +86,7 @@ curr = 0; for i=1:numel(dirs) - gt_labels = dir([dirs{i}, '*.pts']); + gt_labels = dir([dirs{i}, '*.pts']); for g=1:numel(gt_labels) curr = curr+1;