Small fix.

This commit is contained in:
Tadas Baltrusaitis 2017-11-22 20:20:22 +00:00
parent 89332ea943
commit 1da1a6f67c

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 % Demonstrates the multi-hypothesis slow landmark detection (more accurate
% when dealing with non-frontal faces and less accurate face detections) % when dealing with non-frontal faces and less accurate face detections)
% Comment to skip this functionality % Comment to skip this functionality
command = cat(2, command, ' -wild '); command = cat(2, command, ' -wild -multi_view 1');
if(isunix) if(isunix)
unix(command); unix(command);