Small fix.
This commit is contained in:
parent
89332ea943
commit
1da1a6f67c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue