Commit Graph

105 Commits

Author SHA1 Message Date
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
Tadas Baltrusaitis
3f6878c5c3 Some small bug fixes. 2018-01-29 17:26:35 +00:00
Tadas Baltrusaitis
da458f1ab6 Cleaning up reading from a webcam. 2018-01-27 07:46:21 +00:00
Tadas Baltrusaitis
7addeffdea A couple of bug fixes:
- progress reporting in sequence capture when not opening from command line arguments
- stop button and closing the app works when multiple videos have been opened
2018-01-24 18:58:12 +00:00
Tadas Baltrusaitis
85262b72c7 More work on visualization interop. 2018-01-19 16:33:17 +00:00
Tadas Baltrusaitis
57c8bb75ea Working on the visualizer interoperability. 2018-01-19 16:17:22 +00:00
Tadas Baltrusaitis
d5f63dbbe3 Continuing work on the recorder interop for recording in c# 2018-01-18 08:08:29 +00:00
Tadas Baltrusaitis
deec0528cb Working on the recorder interop 2018-01-16 08:58:51 +00:00
Tadas Baltrusaitis
5f500117e2 More work towards GUI with new interface. 2018-01-09 18:14:15 +00:00
Tadas Baltrusaitis
fd45ec7ca5 Making sure stuff compiles after the merge. 2018-01-02 18:09:11 +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
b4dd338a86 Some cross-platform fixes. 2017-12-17 12:59:55 +00:00
Tadas Baltrusaitis
9470298005 Bringing all of the experiments to a new interface 2017-12-16 13:14:02 +00:00
Tadas Baltrusaitis
d0279d2224 Some more fixes to better support 16 bit. 2017-12-15 20:01:28 +00:00