Commit Graph

35 Commits

Author SHA1 Message Date
Tadas Baltrusaitis
6d7487cce7 Moving back to proper location 2018-06-22 22:59:05 +01:00
Tadas Baltrusaitis
3bdc10a461 Removing non-needed dlib includes 2018-06-22 17:03:12 +01:00
Tadas Baltrusaitis
6aa8c83c7d Moving BLAS headers around 2018-06-21 22:10:53 +01:00
Tadas Baltrusaitis
ff55885e56 Reshuffle of dlib install targets. 2018-06-21 17:59:55 +01:00
Tadas Baltrusaitis
f6386aa6ff Change for dlib install targets 2018-06-21 17:58:03 +01:00
Tadas Baltrusaitis
205f1ce689 Dlib update preparation for OSX and Ubuntu. 2018-06-18 16:28:14 +01:00
Tadas Baltrusaitis
b571cc212b Cleaning up includes, fixing tbb binary include for 32 bit windows version. 2018-06-18 08:42:56 +01:00
Tadas Baltrusaitis
cd24af000f Updating dlib and linking to it differently, increasing compilation speed and reducing dependency issues with it. 2018-06-08 16:48:21 +01:00
Tadas Baltrusaitis
74f42ed41a Removing some un-needed includes and removing some warnings. 2018-05-08 17:49:46 +01:00
Tadas Baltrusaitis
0a3b740591 Signed/unsigned int consistency. Attempt at travis dlib fix. 2018-05-07 22:15:40 +01:00
Tadas Baltrusaitis
e6849c6b52 Moving to AVX instead of AVX2, compiler warning fixes. Losing dependency on OpenCV C style bindings for affine warping. 2018-05-07 21:54:52 +01:00
Tadas Baltrusaitis
c376351145 Attempting OSX fix for CI. 2018-05-07 10:01:02 +01:00
Tadas Baltrusaitis
f6c29288f0 Fix to the OpenBLAS calls for not visual studio compilers. 2018-05-07 09:11:58 +01:00
Tadas Baltrusaitis
097d01fd3d Cleaning up includes. removing some C++ compilation warnings coming from dlib. 2018-05-06 20:46:18 +01:00
Tadas Baltrusaitis
a69efc502e Another attempt at a travis fix 2018-05-06 14:01:08 +01:00
Tadas Baltrusaitis
c373db3b7f Travis fix, simplifying appveyor. 2018-05-06 13:37:31 +01:00
Tadas Baltrusaitis
e0ba3345b7 Debugging travis and dlib issue fix for Mac OS and appveyor speed fix. 2018-05-06 11:11:22 +01:00
Tadas Baltrusaitis
838337c760 Moving OpenFace 2.0 to develop branch and getting ready for master. 2018-05-06 08:19:09 +01:00
Tadas Baltrusaitis
aba6ea646b TBB removing unneeded headers and libs, also fixing some description of validators. 2018-02-14 17:27:04 +00:00
Tadas Baltrusaitis
c7a2771a94 - Fixing Windows debug build due to linking to OpenCV.
- Adding a -nomask flag for extracting aligned faces
2018-02-08 08:21:03 +00:00
Tadas Baltrusaitis
3dc07457a6 Updating the tbb version in Windows build. 2018-02-07 08:28:39 +00:00
Tadas Baltrusaitis
0c55fb9d80 Better organization of OpenCV dll's and packaging script for releases. 2018-02-05 18:14:36 +00:00
Tadas Baltrusaitis
bb0e09d0a7 OpenCV 3.4 debug libraries for win32 2018-02-04 15:37:34 +00:00
Tadas Baltrusaitis
27d00925ac Adding debug dlland lib for openCV 3.4 and fixes for carriage returns on unix for AU names 2018-02-03 11:07:56 +00:00
Tadas Baltrusaitis
06de82efd8 OpenCV libs for 32 bits 2018-02-01 21:38:26 +00:00
Tadas Baltrusaitis
bb7a5f197b Starting the move to OpenCV 3.4 2018-02-01 20:10:10 +00:00
Tadas Baltrusaitis
20276a00b2 Working towards proper camera selection. 2018-01-27 06:59:37 +00:00
Tadas Baltrusaitis
3b63728b9b Starting to add support for proper webcam listing. 2018-01-26 07:59:10 +00:00
Tadas Baltrusaitis
884a063ca7 Merge branch 'develop' of https://github.com/TadasBaltrusaitis/OpenFace into feature/Windows-GUI
# Conflicts:
#	exe/FaceLandmarkImg/FaceLandmarkImg.cpp
#	exe/FeatureExtraction/FeatureExtraction.cpp
#	lib/local/FaceAnalyser/FaceAnalyser.vcxproj
#	lib/local/FaceAnalyser/include/FaceAnalyser.h
#	lib/local/FaceAnalyser/include/Face_utils.h
#	lib/local/FaceAnalyser/include/PAW.h
#	lib/local/FaceAnalyser/include/PDM.h
#	lib/local/FaceAnalyser/src/FaceAnalyser.cpp
#	lib/local/FaceAnalyser/src/FaceAnalyserParameters.cpp
#	lib/local/FaceAnalyser/src/Face_utils.cpp
#	lib/local/FaceAnalyser/src/PAW.cpp
#	lib/local/FaceAnalyser/src/PDM.cpp
#	lib/local/GazeAnalyser/include/GazeEstimation.h
#	lib/local/GazeAnalyser/src/GazeEstimation.cpp
#	lib/local/LandmarkDetector/include/LandmarkDetectorUtils.h
#	lib/local/LandmarkDetector/src/LandmarkDetectorUtils.cpp
#	matlab_runners/Action Unit Experiments/results/BP4D_valid_res_class.txt
#	matlab_runners/Action Unit Experiments/results/BP4D_valid_res_int.txt
#	matlab_runners/Action Unit Experiments/results/Bosphorus_res_class.txt
#	matlab_runners/Action Unit Experiments/results/Bosphorus_res_int.txt
#	matlab_runners/Action Unit Experiments/run_AU_prediction_BP4D.m
#	matlab_runners/Demos/feature_extraction_demo_vid.m
#	matlab_runners/Full_test_suite.m
2017-10-24 08:29:32 +01:00
Tadas Baltrusaitis
c9061824c5 Adding direct OpenBLAS code for some speedups. 2017-10-23 18:54:02 +01:00
Tadas Baltrusaitis
f98ae0747e Big restructure of the code, moving closer to a new version with a GUI:
- Adding a new boost version (1.63)
- Decoupling FaceAnalyser from LandmarkDetector
- FaceAnalyser is much easier to load with a parameters class
- Moving GazeAnalyser as a separate library
- GUI now uses new FaceAnalyser, LandmarkDetector, and GazeAnalyser
2017-05-18 17:04:38 -04:00
Tadas Baltrusaitis
ef15d5c2cd Getting rid of compiler warnings. 2016-08-14 10:20:07 -04:00
Tadas Baltrusaitis
5416048697 Corrections for output, faster compilation in VS2015, retuning experiments. 2016-08-01 13:39:52 -04:00
Tadas Baltrusaitis
4a73ece996 Changing project settings to allow for older CPUs without AVX2 instruction set. 2016-06-11 11:57:54 -04:00
unknown
57e58a6949 Master commit of OpenFace. 2016-04-28 15:40:36 -04:00