mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 13:02:30 +00:00
Debugging travis and dlib issue fix for Mac OS and appveyor speed fix.
This commit is contained in:
@@ -69,6 +69,7 @@ script:
|
||||
- wget https://www.dropbox.com/s/k7bj804cyiu474t/cen_patches_0.35_of.dat?dl=1
|
||||
- wget https://www.dropbox.com/s/ixt4vkbmxgab1iu/cen_patches_0.50_of.dat?dl=1
|
||||
- wget https://www.dropbox.com/s/2t5t1sdpshzfhpj/cen_patches_1.00_of.dat?dl=1
|
||||
- ls
|
||||
- cd ../../../../
|
||||
- mkdir build
|
||||
- cd build
|
||||
|
||||
@@ -35,7 +35,7 @@ test_script:
|
||||
- cmd: if exist Debug (cd Debug)
|
||||
- cmd: if exist Release (cd Release)
|
||||
- cmd: dir
|
||||
- cmd: if exist "../samples" (FaceLandmarkImg.exe -fdir "../samples/" -out_dir "./demo_img/" -wild -q) else (FaceLandmarkImg.exe -fdir "../../samples/" -out_dir "./demo_img/" -wild -q)
|
||||
- cmd: if exist "../samples" (FaceLandmarkImg.exe -fdir "../samples/" -out_dir "./demo_img/" -q) else (FaceLandmarkImg.exe -fdir "../../samples/" -out_dir "./demo_img/" -q)
|
||||
- cmd: if exist "../samples" (FaceLandmarkImg.exe -inroot ../samples -f sample1.jpg -out_dir out_data -of sample1.pts -q) else (FaceLandmarkImg.exe -inroot ../../samples -f sample1.jpg -out_dir out_data -q)
|
||||
- cmd: if exist "../samples" (FaceLandmarkVidMulti.exe -inroot ../samples -f multi_face.avi -q) else (FaceLandmarkVidMulti.exe -inroot ../../samples -f multi_face.avi -q)
|
||||
- cmd: if exist "../samples" (FeatureExtraction.exe -f "../samples/default.wmv" -q) else (FeatureExtraction.exe -f "../../samples/default.wmv" -q)
|
||||
|
||||
@@ -10,6 +10,7 @@ namespace dlib
|
||||
namespace blas_bindings
|
||||
{
|
||||
|
||||
#ifndef CBLAS_H
|
||||
extern "C"
|
||||
{
|
||||
void cblas_strsm(const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side,
|
||||
@@ -26,6 +27,7 @@ namespace dlib
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------
|
||||
#endif // if not CBLAS_H
|
||||
|
||||
/* Purpose */
|
||||
/* ======= */
|
||||
|
||||
Reference in New Issue
Block a user