From 1da1a6f67ce50297307638b51ff46459a4c1b7b6 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Wed, 22 Nov 2017 20:20:22 +0000 Subject: [PATCH] Small fix. --- matlab_runners/Demos/run_demo_images.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab_runners/Demos/run_demo_images.m b/matlab_runners/Demos/run_demo_images.m index 0da3458..0af9f77 100644 --- a/matlab_runners/Demos/run_demo_images.m +++ b/matlab_runners/Demos/run_demo_images.m @@ -23,7 +23,7 @@ command = sprintf('%s -fdir "%s" -out_dir "%s" -verbose -mloc "%s" ', executable % Demonstrates the multi-hypothesis slow landmark detection (more accurate % when dealing with non-frontal faces and less accurate face detections) % Comment to skip this functionality -command = cat(2, command, ' -wild '); +command = cat(2, command, ' -wild -multi_view 1'); if(isunix) unix(command);