Commit Graph

112 Commits

Author SHA1 Message Date
Tadas Baltrusaitis
7f16788c7b Removing another OpenBLAS include due to clashes with dlib 2018-06-25 16:43:36 +02:00
Tadas Baltrusaitis
842c0d34d0 Limiting includes to f77blas.h due to dlib clashes. 2018-06-25 16:19:26 +02:00
Tadas Baltrusaitis
d8ec8645dc Removing cblas.h include as that clashes with other cblas.h implementations (OpenBLAS seems to be different), this leads to clashes with dlib on OS X. 2018-06-25 13:02:15 +01:00
Tadas Baltrusaitis
079c282074 Trying to fix issues with OpenBLAS include 2018-06-22 19:23:54 +01:00
Tadas Baltrusaitis
a005e5b6ae Simplifying travis for OSX. 2018-06-22 17:07:05 +01:00
Tadas Baltrusaitis
361d1eb472 More openblas include changes. 2018-06-22 16:48:30 +01:00
Tadas Baltrusaitis
5e0ebf26f8 Attempt to force the use of OpenBLAS 2018-06-22 08:08:45 +01:00
Tadas Baltrusaitis
6aa8c83c7d Moving BLAS headers around 2018-06-21 22:10:53 +01:00
Tadas Baltrusaitis
014207aad0 Attempting to resolve issues with BLAS and dlib clashes. 2018-06-21 20:50:29 +01:00
Tadas Baltrusaitis
dbd921bd88 Attempting to move to modern cmake 2018-06-21 17:45:23 +01:00
Tadas Baltrusaitis
205f1ce689 Dlib update preparation for OSX and Ubuntu. 2018-06-18 16:28:14 +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
cdecf902cd Updating licensing in source code files. More thorough travis tests. 2018-05-29 18:03:26 +01:00
Tadas Baltrusaitis
3cf21413e4 GUI bug fix with recording parameters.
Allowing for linking to BLAS in general rather than specifically OpenBLAS
2018-05-26 11:06:45 +01:00
Tadas Baltrusaitis
ade0e4ecc8 Numerical stability hotfix, attempt to fix travis CI for osx. 2018-05-26 08:59:11 +01:00
Tadas Baltrusaitis
881c10d49d Ability to not save bad aligned frames (saving space). FaceLandmarkVidMulti not copying the CEN patch experts to save space, allowing it to run on Win32. 2018-05-22 17:48:28 +01:00
Tadas Baltrusaitis
b99a53720b Bug fix with detection certainty. 2018-05-22 08:09:33 +01:00
Tadas Baltrusaitis
d190774285 Gcc compilation fix. 2018-05-20 18:40:08 +01:00
Tadas Baltrusaitis
15dd0e1b3f Simplifying response map computation for CEN experts. A minor speedup with grayscale image computation as float. 2018-05-19 23:32:39 +08:00
Tadas Baltrusaitis
63dd69c958 Bug fix with image and video output in the GUI. Memory assignment issues in GUI as well. 2018-05-17 11:57:07 +08:00
Tadas Baltrusaitis
07dffbb960 Further attempt at resolving OpenBLAS OS X travis issue. 2018-05-08 21:46:42 +01:00
Tadas Baltrusaitis
53018d09b5 Another attempt at a travis fix. 2018-05-08 21:21:10 +01:00
Tadas Baltrusaitis
67ad47912d Another attempt at OS X and blas/dlib fix. 2018-05-08 19:44:34 +01:00
Tadas Baltrusaitis
536d96e29a Removing some warnings and moving dlib includes before blas as there seems to be a double definition otherwise. 2018-05-08 19:15:16 +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
f6c29288f0 Fix to the OpenBLAS calls for not visual studio compilers. 2018-05-07 09:11:58 +01:00
Tadas Baltrusaitis
394b73efb7 Even more CI simplification. Fixing a warning caused by callig OpenBLAS with a string literal. 2018-05-06 22:07:58 +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
588285753c Adding the missing Multi-PIE CLNF patch experts. 2018-04-01 10:53:01 +01:00
Séverin Lemaignan
6b65d012a2 [LandmarkDetector] Make sure model paths are checked even when using FaceModelParameters default ctor 2018-03-20 14:30:37 +00: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
bb7a5f197b Starting the move to OpenCV 3.4 2018-02-01 20:10:10 +00:00
Tadas Baltrusaitis
ffe2e66081 Visualization fixes. 2018-01-31 08:23:48 +00:00
Tadas Baltrusaitis
b224fcdfc9 Merge branch 'master' of https://github.com/TadasBaltrusaitis/OpenFace into feature/Windows-GUI
# Conflicts:
#	.gitignore
#	exe/FaceLandmarkVidMulti/FaceLandmarkVidMulti.cpp
#	lib/local/FaceAnalyser/FaceAnalyser.vcxproj
#	lib/local/LandmarkDetector/include/LandmarkDetectorUtils.h
#	lib/local/LandmarkDetector/src/LandmarkDetectorUtils.cpp
#	matlab_runners/Demos/feature_extraction_demo_vid.m
#	matlab_runners/Demos/gaze_extraction_demo_vid.m
2017-12-29 16:27:00 +00:00
Tadas Baltrusaitis
7b039b2e7a Adding images for new wiki entries and some code for packaging releases. 2017-12-28 19:47:49 +00:00
Tadas Baltrusaitis
1e1a44c61f Removing no longer needed functions. 2017-12-23 10:13:07 +00:00
Tadas Baltrusaitis
f9b979c547 Make file fixes. 2017-12-17 08:49:12 +00:00
Tadas Baltrusaitis
077a8489bc Bosphorus experiments with the new interface, improved the results slightly. 2017-12-06 15:43:55 +00:00
Tadas Baltrusaitis
aba30079e6 Making sure non detected frames are 0. 2017-11-25 18:46:53 +00:00
Tadas Baltrusaitis
ea0f658190 Dealing better with non-tracked frames. 2017-11-25 10:12:34 +00:00
Tadas Baltrusaitis
c15a5042a9 Confidence reporting bug if not tracked in first frame. 2017-11-24 17:44:32 +00:00
Tadas Baltrusaitis
734c4fd34d Making sure all modules do eye tracking by default. More work on FaceLandmarkImg simplification. 2017-11-16 09:00:47 +00:00
Tadas Baltrusaitis
6500865a0b Code cleanup with visualization. 2017-11-14 07:54:02 +00:00
Tadas Baltrusaitis
73d8dddbb2 Some bug fixes with visualization. 2017-11-12 11:24:25 +00:00
Tadas Baltrusaitis
5ce0a8d4bf More visualization cleanup and removal of redundant code. 2017-11-12 10:55:47 +00:00
Tadas Baltrusaitis
e1c260eee6 Continuing towards visualizer integration and 3D eye landmark inclusion in output. Cleanup of rotation conversion in unilities 2017-11-11 21:13:29 +00:00
Tadas Baltrusaitis
e636b4ca7c Moving shared rotation helpers to utilities, so as not to double code. 2017-11-11 11:57:57 +00:00
Tadas Baltrusaitis
4f890a7d42 Adding visualization files to the project. 2017-11-11 09:22:15 +00:00