Commit Graph

590 Commits

Author SHA1 Message Date
Tadas Baltrusaitis
fce7011634 New run through the results after optimizations 2018-05-22 07:16:05 +01:00
Tadas Baltrusaitis
5363fcc34f Removing the parallelization. 2018-05-22 07:10:53 +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
067c6d6d28 Merge branch 'master' into develop 2018-05-17 11:33:19 +08:00
Tadas Baltrusaitis
ebb67b179d Updating the packaging script. OpenFace_v2.0.0 2018-05-11 19:39:53 +01:00
Tadas Baltrusaitis
c08ec3e657 Removing legacy face detectors and models. 2018-05-11 18:59:01 +01:00
Tadas Baltrusaitis
4c6ce7fd54 Moving to OpenFace 2.0! Loads of changes. 2018-05-10 20:45:52 +01:00
Tadas Baltrusaitis
9ec1a96d64 Updating the readme slightly. 2018-05-10 19:46:07 +01:00
Tadas Baltrusaitis
1e13c8ca33 DISFA model naming fix. 2018-05-09 21:53:26 +01:00
Tadas Baltrusaitis
08c059c70a Fixes to matlab script, scripts for downloading CEN models. 2018-05-09 20:57:17 +01:00
Tadas Baltrusaitis
7e338e3532 Merge branch 'develop' of https://github.com/TadasBaltrusaitis/OpenFace into develop 2018-05-09 19:33:24 +01:00
Tadas Baltrusaitis
076f243095 Some missing directories for Ubuntu experiments. 2018-05-09 19:32:29 +01:00
Tadas Baltrusaitis
2259af4386 Merge branch 'develop' of https://github.com/TadasBaltrusaitis/OpenFace into develop 2018-05-09 16:55:14 +01:00
Tadas Baltrusaitis
17962a0838 Updating readme and instructions. 2018-05-09 08:27:41 +01:00
Tadas Baltrusaitis
008d523246 Full test suite complete, remove osx from travis. 2018-05-09 07:18:39 +01: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
691137699e Another attempt at a travis fix adding missing experiment files for 300VW. 2018-05-08 21:03:40 +01:00
Tadas Baltrusaitis
fdbf8d1e6c Running experiments on windows. 2018-05-08 20:50:31 +01:00
Tadas Baltrusaitis
53e39d6bed Cmake fix. 2018-05-08 20:47:18 +01:00
Tadas Baltrusaitis
b25544af2f Another attempt at making travis run, and correcting self-asignment which would have led to a bug once GUI aligned image scaling is implemented. 2018-05-08 20:28:05 +01:00
Tadas Baltrusaitis
6df6d9c8c6 Another attempt at making travis run, and correcting self-asignment which would have led to a bug once GUI aligned image scaling is implemented. 2018-05-08 20:27:47 +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
c376351145 Attempting OSX fix for CI. 2018-05-07 10:01:02 +01:00
Tadas Baltrusaitis
b48f06d42e Changing testing scripts for CI. 2018-05-07 09:27:47 +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
655a76d343 Apveyor script fix. 2018-05-06 22:18:25 +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
40a975c6c6 Getting rid of some compiler warnings. 2018-05-06 20:51:50 +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
f6a9dfe95a Simplifying travis and appveyor, too heavy to run atm. 2018-05-06 16:17:55 +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
a4c6f6fefa Removing un-needed PAW and PDM definitions in FaceAnalyser, appveyor script typo fix. 2018-05-06 10:37:12 +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
92770ee156 Update README.md 2018-04-10 22:14:24 +01:00
Tadas Baltrusaitis
5960fb91d7 Adding DISFA trained models. 2018-04-08 18:53:21 +01:00
Tadas Baltrusaitis
84320b93a9 Adding eye gaze support to CLM landmark models, also an extra packaging script. 2018-04-05 08:26:03 +01:00
Tadas Baltrusaitis
63afe728e3 Update README.md OpenFace_v1.0.0 2018-04-03 20:25:34 +01:00
Tadas Baltrusaitis
588285753c Adding the missing Multi-PIE CLNF patch experts. 2018-04-01 10:53:01 +01:00
Tadas Baltrusaitis
068ecb07d7 Bug fix when no faces are detected. 2018-03-30 10:21:22 +01:00
Tadas Baltrusaitis
6e15e81777 Working towards coping without AU and eye models. Fixes to the visualizer. 2018-03-30 09:36:32 +01:00
Tadas Baltrusaitis
51fbf805bc Adapting to the case where no AU models are present (e.g. due to licensing issues). 2018-03-27 16:26:26 +01:00