Output tracked uses up too much space, maybe need to output as jpg's
This commit is contained in:
parent
681e6b9b58
commit
a224c10775
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ else
|
|||
multi_view = 0;
|
||||
end
|
||||
|
||||
command = sprintf("%s -mloc %s -multi_view %s -2Dfp -tracked ", executable, model, num2str(multi_view));
|
||||
command = sprintf("%s -mloc %s -multi_view %s -2Dfp ", executable, model, num2str(multi_view));
|
||||
|
||||
% TODO just landmarks + BBoxes
|
||||
|
||||
|
|
Loading…
Reference in a new issue