Commit Graph

118 Commits

Author SHA1 Message Date
Tadas Baltrusaitis
0bfc42544b Not calling waitKey if no output is shown. 2018-08-20 08:08:50 +01:00
Tadas Baltrusaitis
6609388d05 Fixing some OpenCV namespaces and getting ready for OpenCV 4.0.0 2018-07-18 08:17:38 +01:00
Tadas Baltrusaitis
79d7116dae Bug fix with output aligned faces and videos if no face is detected in the first frame. Adding .webm file support 2018-06-29 09:57:45 +01:00
Tadas Baltrusaitis
feb6dbd25d Header mistake fix. 2018-06-25 19:53:01 +02:00
Tadas Baltrusaitis
2e265f0905 Some header cleanup 2018-06-25 17:15:17 +02:00
Tadas Baltrusaitis
2deab6cf42 Removing an unnecessary include. 2018-06-23 07:55:01 +01:00
Tadas Baltrusaitis
079c282074 Trying to fix issues with OpenBLAS include 2018-06-22 19:23:54 +01:00
Tadas Baltrusaitis
361d1eb472 More openblas include changes. 2018-06-22 16:48:30 +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
e52fe4e447 A bit of cleanup, also making sure that even for huge files, multi-threading would work. 2018-05-31 21:40:27 +01:00
Tadas Baltrusaitis
0517bbbd72 Separating threading on unix and windows systems. 2018-05-31 20:57:20 +01:00
Tadas Baltrusaitis
9b1db7321d More debugging. 2018-05-31 17:48:52 +01:00
Tadas Baltrusaitis
34067b0168 Debugging travis again. 2018-05-31 17:27:06 +01:00
Tadas Baltrusaitis
6569601652 CLR does not agree with C++ threads, so moving back to tbb task_group 2018-05-31 08:15:23 +01:00
Tadas Baltrusaitis
0d758babf8 A different way of threading output. 2018-05-30 20:13:47 +01:00
Tadas Baltrusaitis
2a371a46d8 Some more debugging. 2018-05-30 08:05:41 +01:00
Tadas Baltrusaitis
6f1489c812 Some more travis debugging. 2018-05-30 07:53:05 +01:00
Tadas Baltrusaitis
5683a79ad2 Another attempt at the travis fix. 2018-05-29 22:33:17 +01:00
Tadas Baltrusaitis
f3bdf085d5 More travis debugging. 2018-05-29 22:05:47 +01:00
Tadas Baltrusaitis
bc77974745 Another attempt to figure out why travis breaks. 2018-05-29 21:52:59 +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
e319620084 A bit less verbose. 2018-05-27 14:30:44 +01:00
Tadas Baltrusaitis
715783c29b A different way to output images and videos in a multi-threaded manner. 2018-05-27 13:53:45 +01:00
Tadas Baltrusaitis
d9079e9bb0 More error reporting for OSX issues. 2018-05-27 13:13:16 +01:00
Tadas Baltrusaitis
0291d182ff More error reporting for travis to find out the issue. 2018-05-27 11:51:10 +01:00
Tadas Baltrusaitis
c97fe6d85e Reporting if direcotry is missing. 2018-05-27 09:48:17 +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
67ad47912d Another attempt at OS X and blas/dlib fix. 2018-05-08 19:44:34 +01:00
Tadas Baltrusaitis
74f42ed41a Removing some un-needed includes and removing some warnings. 2018-05-08 17:49:46 +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
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
838337c760 Moving OpenFace 2.0 to develop branch and getting ready for master. 2018-05-06 08:19:09 +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
Tadas Baltrusaitis
b1524ca98b Making sure AU visualization works with other executables. 2018-03-26 08:26:48 +01:00
Tadas Baltrusaitis
5ed6c4a6f3 Starting integration of AU visualization in CLI code. 2018-03-24 10:30:30 +00:00
Séverin Lemaignan
dba96e1551 Added support for AUs visualization to FeatureExtractor 2018-03-19 10:09:04 +00:00
Tadas Baltrusaitis
a4de1d42a5 Interface changes to provide multi output support, also enforcing parameters in executables. 2018-02-23 08:25:19 +00:00
Tadas Baltrusaitis
8692b5f9a8 - nomask works in gui now
- llowing to set camera resolution in CLI.
2018-02-08 16:28:00 +00:00
Tadas Baltrusaitis
186f478dfc Fix trailing slashes not to rely on boost 2018-02-02 21:33:10 +00:00
Tadas Baltrusaitis
d63cb0943f Fix the separators 2018-02-02 20:39:59 +00:00
Tadas Baltrusaitis
729611cc16 Issue with trailing slashes in creating directories. 2018-02-02 19:22:09 +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