Small fix.

This commit is contained in:
Tadas Baltrusaitis 2017-11-22 20:20:22 +00:00
parent 89332ea943
commit 1da1a6f67c
1 changed files with 1 additions and 1 deletions

View File

@ -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);