From 808a18952526cf21bda1d251a29850fa8c04adea Mon Sep 17 00:00:00 2001 From: Tadas Baltrusaitis Date: Sat, 30 Jul 2016 21:14:38 -0400 Subject: [PATCH] Fixing the project configurations to create consistently named executables. --- appveyor.yml | 1 + exe/FaceLandmarkVid/FaceLandmarkVid.vcxproj | 4 ++-- exe/FaceLandmarkVidMulti/FaceLandmarkVidMulti.vcxproj | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 529fe0c..1a5050b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,6 +19,7 @@ test_script: - cmd: if exist x64 (cd x64) - cmd: if exist Debug (cd Debug) - cmd: if exist Release (cd Release) + - cmd: dir - cmd: if exist "../videos" (FaceLandmarkImg.exe -fdir "../videos/" -ofdir "./demo_img/" -oidir "./demo_img/" -wild -q) else (FaceLandmarkImg.exe -fdir "../../videos/" -ofdir "./demo_img/" -oidir "./demo_img/" -wild -q) - cmd: if exist "../videos" (FaceLandmarkVidMulti.exe -f ../videos/multi_face.avi -q) else (FaceLandmarkVidMulti.exe -f ../../videos/multi_face.avi -q) - cmd: if exist "../videos" (FeatureExtraction.exe -rigid -verbose -f "../videos/1815_01_008_tony_blair.avi" -of "output_features/1815_01_008_tony_blair.txt" -simalign output_features/aligned -q) else (FeatureExtraction.exe -rigid -verbose -f "../../videos/1815_01_008_tony_blair.avi" -of "output_features/1815_01_008_tony_blair.txt" -simalign output_features/aligned -q) diff --git a/exe/FaceLandmarkVid/FaceLandmarkVid.vcxproj b/exe/FaceLandmarkVid/FaceLandmarkVid.vcxproj index 50848d0..6acff0a 100644 --- a/exe/FaceLandmarkVid/FaceLandmarkVid.vcxproj +++ b/exe/FaceLandmarkVid/FaceLandmarkVid.vcxproj @@ -86,7 +86,7 @@ true - FaceTrackingVid + FaceLandmarkVid $(ProjectDir)$(Configuration)\ @@ -95,7 +95,7 @@ false - FaceTrackingVid + FaceLandmarkVid $(ProjectDir)$(Configuration)\ diff --git a/exe/FaceLandmarkVidMulti/FaceLandmarkVidMulti.vcxproj b/exe/FaceLandmarkVidMulti/FaceLandmarkVidMulti.vcxproj index e2ab430..5b659a7 100644 --- a/exe/FaceLandmarkVidMulti/FaceLandmarkVidMulti.vcxproj +++ b/exe/FaceLandmarkVidMulti/FaceLandmarkVidMulti.vcxproj @@ -84,14 +84,14 @@ - FaceTrackingVidMulti + FaceLandmarkVidMulti $(ProjectDir)$(Configuration)\ FaceLandmarkVidMulti - FaceTrackingVidMulti + FaceLandmarkVidMulti $(ProjectDir)$(Configuration)\