mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-18 05:07:55 +00:00
More simplification and cleanup of JANUS code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user