Commit Graph

401 Commits

Author SHA1 Message Date
Tadas Baltrusaitis
9b9a37a3f5 - Fixing more bugs with multi-face image recording in GUI
- Adding missing GUI files
2018-03-15 15:36:26 +00:00
Tadas Baltrusaitis
ded12e43b7 Fixing GUI and CLI inconsistency 2018-03-14 21:13:18 +00:00
Tadas Baltrusaitis
e1b54c2940 no message 2018-03-13 08:28:59 +00:00
Tadas Baltrusaitis
d01fd57b9a - Adding GUI to CE-CLM (experimental and not fully complete)
- GUI fixes for multi-face support
2018-03-13 08:25:11 +00:00
Tadas Baltrusaitis
63701b7242 Adapting AU experiments and moving the new AU training code. 2018-03-02 19:14:08 +00:00
Tadas Baltrusaitis
b948d1388d Integrating up to YT experiments 2018-03-01 07:57:26 +00:00
Tadas Baltrusaitis
2ec1f68a17 Adapting head pose and feature point experiments to the new interface. 2018-02-27 17:58:32 +00:00
Tadas Baltrusaitis
aa2b0c9def Adapting eye gaze script, moving to new multi-face interface, a bug fix in rotation conversion 2018-02-27 08:08:02 +00:00
Tadas Baltrusaitis
f2b510dd42 Removing redundant code that is now covered by utilities. 2018-02-15 17:00:33 +00:00
Tadas Baltrusaitis
a9ab4483c5 YT dataset using the new interface. 2018-02-15 16:44:23 +00:00
Tadas Baltrusaitis
4fe4fa0b24 Removing redundant functions (rotation conversions) that have been defined in utilities now. 2018-02-15 08:24:24 +00:00
Tadas Baltrusaitis
7c3066921a Adapting head pose scripts 2018-02-14 20:03:37 +00:00
Tadas Baltrusaitis
22bbd8bbe6 Making sure demos use best models by default 2018-02-13 17:53:29 +00:00
Tadas Baltrusaitis
608d925364 Adapting matlab demo runners. 2018-02-13 17:51:24 +00:00
Tadas Baltrusaitis
996282567d FaceLandmarkImg with the new interface. 2018-02-13 17:22:44 +00:00
Tadas Baltrusaitis
7eae28a2e7 Adapting FaceLandmarkVidMulti 2018-02-13 08:18:22 +00:00
Tadas Baltrusaitis
dd238bd15e Gaze estimation maching the new interface. 2018-02-12 18:40:22 +00:00
Tadas Baltrusaitis
4ae2ce5e1f Some more adaptation to get the first version of interface working with FaceLandmarkVid 2018-02-12 08:24:59 +00:00
Tadas Baltrusaitis
da29fb402c Merge preparations for CE-CLM and master 2018-02-12 08:08:14 +00:00
Tadas Baltrusaitis
50ea71169e Starting to merge gaze module, big issue is doubles vs. floats 2018-02-09 18:14:44 +00:00
Tadas Baltrusaitis
8768e1ec70 Bring face analyser up to date. 2018-02-09 17:47:23 +00:00
Tadas Baltrusaitis
f0cb0c9ae5 Adding camera enumerator project for getting ready for GUI 2018-02-09 08:19:03 +00:00
Tadas Baltrusaitis
57eadb52d4 Updating the boost library in line with master. 2018-02-07 08:03:26 +00:00
Tadas Baltrusaitis
4f62eadf59 Moving to newer OpenCV, starting integration to master by adding Utilities project. 2018-02-06 17:46:48 +00:00
Tadas Baltrusaitis
6566f1084f More float simplifications. 2017-10-20 08:08:03 +01:00
Tadas Baltrusaitis
a3b947a948 Another simplification with floats. 2017-10-18 07:27:30 +01:00
Tadas Baltrusaitis
75c0a54d60 More changes to floats, and removing limiting of pose as that leads to an odd bug with the way rotations are currently represented internally. 2017-10-17 21:42:35 +01:00
Tadas Baltrusaitis
049b4abca3 Removing some more doubles. 2017-10-04 20:50:03 +01:00
Tadas Baltrusaitis
4ce60495c8 Removing floats from gaze. 2017-10-04 18:56:54 +01:00
Tadas Baltrusaitis
71dc98faa0 Some more removal of doubles. 2017-10-04 18:48:14 +01:00
Tadas Baltrusaitis
c54a1e915c Test suite after simplification to floats. 2017-10-03 06:56:36 +01:00
Tadas Baltrusaitis
f91cf292b1 Small fix for moving to floats. 2017-10-02 21:28:40 +01:00
Tadas Baltrusaitis
71174dc32b Moving more stuff over to floats (landmark locations and piece-wise affine warps) 2017-10-02 21:26:56 +01:00
Tadas Baltrusaitis
22d09a5193 Converting some more doubles to floats. 2017-10-01 13:22:03 +01:00
Tadas Baltrusaitis
f67cd346d2 Moving more of the PDM to floats 2017-10-01 12:56:14 +01:00
Tadas Baltrusaitis
30bedad382 Moving to floats in FaceAnalyser PDM. 2017-10-01 10:30:16 +01:00
Tadas Baltrusaitis
1197e5d1a1 Moving PDM internals to floats. 2017-10-01 10:09:32 +01:00
Tadas Baltrusaitis
156cf2e2dd Moving params_local to floats, preparing more things to move to floats. 2017-10-01 09:21:39 +01:00
Tadas Baltrusaitis
cedc430ef0 Simplifying the code a bit with moving to floats instead of doubles for likelihoods 2017-09-30 21:11:37 +01:00
Tadas Baltrusaitis
918651efdc Another small im2col speedup 2017-09-30 12:16:14 +01:00
Tadas Baltrusaitis
ea4a0feb3a Changing division to multiplication, a decent speedup. 2017-09-30 11:33:15 +01:00
Tadas Baltrusaitis
bf7ab4f309 Merge branch 'feature/CE-CLM' of https://github.com/TadasBaltrusaitis/OpenFace into feature/CE-CLM 2017-09-29 20:51:03 +01:00
Tadas Baltrusaitis
dae3816a06 Not spawning unnecessary threads with TBB. 2017-09-29 20:48:57 +01:00
Tadas Baltrusaitis
38776f2436 Results with new optimization. 2017-09-25 20:53:23 +01:00
Tadas Baltrusaitis
187e53f6e6 Quicker detection validation. 2017-09-24 20:34:35 +01:00
Tadas Baltrusaitis
15e18028f5 Optimizing CalcParams further. 2017-09-24 16:59:20 +01:00
Tadas Baltrusaitis
8c75c10dbf Speedup of CalcParams function. 2017-09-23 20:01:59 +01:00
Tadas Baltrusaitis
deeb01e9e9 Updating the readme for matlab code. 2017-09-22 17:27:25 +01:00
Tadas Baltrusaitis
746969a1ea CEN model location update. 2017-09-22 16:50:30 +01:00
Tadas Baltrusaitis
d519e417e9 Updating experiments with all of the retrained CE-CLM models 2017-09-22 16:44:13 +01:00