From 4c93f8a368297a29eb561a57457dffc18fc06719 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Sun, 10 Dec 2017 14:49:59 +0000 Subject: [PATCH] The full suite is almost passing, only gaze discrepancy is left. --- matlab_runners/Full_test_suite.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/matlab_runners/Full_test_suite.m b/matlab_runners/Full_test_suite.m index e1e7b57..761124f 100644 --- a/matlab_runners/Full_test_suite.m +++ b/matlab_runners/Full_test_suite.m @@ -48,6 +48,8 @@ assert(median_error < 9.0) cd('../'); %% Demos +clear; +close all; cd('Demos'); run_demo_images; run_demo_videos;