From 2a58f9a39b2d9a445849dc38244f484fa101a4c1 Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Sun, 27 May 2018 09:02:59 +0100 Subject: [PATCH] Travis location fix. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f91010d..d899cb86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -81,6 +81,6 @@ script: - make - export OMP_NUM_THREADS=1 - export VECLIB_MAXIMUM_THREADS=1 - - ../build/bin/FaceLandmarkImg -f ../../samples/sample1.jpg -f ../../samples/sample3.jpg -out_dir data -multi_view 1 -wild -q + - ../build/bin/FaceLandmarkImg -f ../samples/sample1.jpg -f ../samples/sample3.jpg -out_dir data -multi_view 1 -wild -q - ../build/bin/FeatureExtraction -fdir "../samples/image_sequence" -out_dir output -q - ../build/bin/FaceLandmarkVid -fdir ../samples/image_sequence -q -mloc model/main_clnf_general.txt \ No newline at end of file