More simplification and cleanup of JANUS code

This commit is contained in:
Tadas Baltrusaitis
2017-05-08 13:09:29 -04:00
parent 427c4183cb
commit 23868d634a
21 changed files with 163 additions and 136 deletions

View File

@@ -140,7 +140,7 @@ for i=1:numel(images)
end
toc
experiment.errors_normed = compute_error(labels_all, shapes_all - 0.5);
experiment.errors_normed = compute_error(labels_all, shapes_all - 1.0);
experiment.lhoods = lhoods;
experiment.shapes = shapes_all;
experiment.labels = labels_all;