2016-07-29 17:04:25 +00:00
|
|
|
version: 1.0.{build}
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- develop
|
|
|
|
- master
|
2016-07-31 17:15:47 +00:00
|
|
|
- /^feature-.*$/
|
2016-07-31 17:11:14 +00:00
|
|
|
max_jobs: 4
|
2016-07-29 17:04:25 +00:00
|
|
|
configuration:
|
|
|
|
- Debug
|
|
|
|
- Release
|
|
|
|
platform:
|
|
|
|
- x64
|
2016-07-29 17:26:03 +00:00
|
|
|
- Win32
|
2016-07-29 17:04:25 +00:00
|
|
|
build:
|
|
|
|
project: OpenFace.sln
|
2016-07-30 20:17:45 +00:00
|
|
|
verbosity: minimal
|
2016-07-30 20:19:56 +00:00
|
|
|
test_script:
|
2016-07-30 20:17:45 +00:00
|
|
|
# C++
|
|
|
|
- cmd: dir
|
|
|
|
- cmd: if exist x64 (cd x64)
|
|
|
|
- cmd: if exist Debug (cd Debug)
|
|
|
|
- cmd: if exist Release (cd Release)
|
2016-07-31 01:14:38 +00:00
|
|
|
- cmd: dir
|
2016-07-30 20:17:45 +00:00
|
|
|
- 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)
|
2016-08-01 00:55:29 +00:00
|
|
|
- cmd: if exist "../videos" (FaceLandmarkImg.exe -inroot ../videos -f obama.jpg -outroot out_data -of obama.pts -op obama.3d -oi obama.jpg -q) else (FaceLandmarkImg.exe -inroot ../../videos -f obama.jpg -outroot out_data -of obama.pts -op obama.3d -oi obama.jpg -q)
|
|
|
|
- cmd: if exist "../videos" (FaceLandmarkVidMulti.exe -inroot ../videos -f multi_face.avi -ov multi_face.avi -q) else (FaceLandmarkVidMulti.exe -inroot ../../videos -f videos/multi_face.avi -ov multi_face.avi -q)
|
|
|
|
- cmd: if exist "../videos" (FeatureExtraction.exe -f "../videos/1815_01_008_tony_blair.avi" -outroot output_features -of "1815_01_008_tony_blair.txt" -simalign aligned -ov feat_track.avi -hogalign hog_test.dat -q) else (FeatureExtraction.exe -f "../../videos/1815_01_008_tony_blair.avi" -outroot output_features -of "1815_01_008_tony_blair.txt" -simalign aligned -ov feat_track.avi -hogalign hog_test.dat -q)
|
2016-07-31 17:11:14 +00:00
|
|
|
- cmd: if exist "../videos" (FaceLandmarkVid.exe -f "../videos/1815_01_008_tony_blair.avi" -ov track.avi -q) else (FaceLandmarkVid.exe -f "../../videos/1815_01_008_tony_blair.avi" -ov track.avi -q)
|