Commit Graph

88 Commits

Author SHA1 Message Date
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
Tadas Baltrusaitis
7d58b86020 Some plumbing:
- support for 16 bit images
- preventing copy constructors for certain utilities classes
2017-12-15 19:56:58 +00:00
Tadas Baltrusaitis
45548b097a Fixing focal length issues for gaze esitimation experiments. 2017-12-13 20:22:22 +00:00
Tadas Baltrusaitis
00bd196197 Adapting Cmake to new interface. 2017-12-13 17:50:48 +00:00
Tadas Baltrusaitis
cb309b10d3 Correction with locale and precision. 2017-12-13 17:40:29 +00:00
Tadas Baltrusaitis
67041371dd Correct metafile output for webcam. 2017-12-12 17:48:46 +00:00
Tadas Baltrusaitis
d793e71f72 Image sequence with rel paths fix. 2017-12-12 09:00:28 +00:00
Tadas Baltrusaitis
061f693022 Fixing a missing comma. 2017-12-12 08:57:07 +00:00
Tadas Baltrusaitis
e629ae50be A number of fixes to the recorder:
- camera parameters in the meta file
- fixing bug with video output
- Relative and full path input in the meta file
2017-12-12 08:55:23 +00:00
Tadas Baltrusaitis
f071e61fc7 Working on experiments with the new interface, almost there. 2017-12-10 10:55:34 +00:00
Tadas Baltrusaitis
9fec91e997 DISFA and SEMAINE with new interface. 2017-12-08 17:22:30 +00:00
Tadas Baltrusaitis
1d3f32b7df Working towards better metafile information. 2017-12-04 11:48:44 +00:00
Tadas Baltrusaitis
21bdf03801 More patches and small fixes for recording and visualization. 2017-11-24 17:16:15 +00:00
Tadas Baltrusaitis
39c206e44d Demo script for showing how to use and verifying output aligned image sizes. 2017-11-24 08:44:02 +00:00
Tadas Baltrusaitis
412cf4ff04 Some work on demo scripts and according bug fixes 2017-11-23 17:44:27 +00:00
Tadas Baltrusaitis
d6dd2f9a45 Video writing bug fix, work on demo scripts for feature extraction. 2017-11-23 09:07:12 +00:00
Tadas Baltrusaitis
89332ea943 More bug fixes revealed by demo scripts. 2017-11-22 17:53:15 +00:00
Tadas Baltrusaitis
488cd4d92f Bug fixes with image readers. 2017-11-19 20:04:00 +00:00