Another fix for adapting the new interface experiments.

This commit is contained in:
Tadas Baltrusaitis 2017-11-14 20:23:02 +00:00
parent c547b380b6
commit a87377d70e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ for i = 1:numel(files_yt)
pred_landmarks_clm(:,1,:) = xs';
pred_landmarks_clm(:,2,:) = ys';
load([database_root, name(1:end-3), '.mat']);
load([database_root, name, '.mat']);
preds_all = cat(3, preds_all, pred_landmarks);
preds_all_clm = cat(3, preds_all_clm, pred_landmarks_clm);
gts_all = cat(3, gts_all, labels);