From a224c10775c8925da04a892d8999eafc9c92218f Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Fri, 24 Nov 2017 08:06:03 +0000 Subject: [PATCH] Output tracked uses up too much space, maybe need to output as jpg's --- matlab_runners/Feature Point Experiments/Run_OF_on_images.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab_runners/Feature Point Experiments/Run_OF_on_images.m b/matlab_runners/Feature Point Experiments/Run_OF_on_images.m index a187839..18e78e9 100644 --- a/matlab_runners/Feature Point Experiments/Run_OF_on_images.m +++ b/matlab_runners/Feature Point Experiments/Run_OF_on_images.m @@ -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