Commit Graph

62 Commits

Author SHA1 Message Date
Tadas Baltrusaitis
b0f9b16edb Fixing a memory leak in Image and Sequence readers. Initial work on ability to choose face and landmark detectors in GUI. Bug fix with reporting confidence in multi-hypothesis setting. Bug fix with HAAR detector. 2018-03-31 17:02:22 +01:00
Tadas Baltrusaitis
ded12e43b7 Fixing GUI and CLI inconsistency 2018-03-14 21:13:18 +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
f2b510dd42 Removing redundant code that is now covered by utilities. 2018-02-15 17:00:33 +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
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
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
71dc98faa0 Some more removal of doubles. 2017-10-04 18:48:14 +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
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
dae3816a06 Not spawning unnecessary threads with TBB. 2017-09-29 20:48:57 +01:00
Tadas Baltrusaitis
6c979c0bd3 Optimize NU-RLMS 2017-09-14 12:07:48 +01:00
Tadas Baltrusaitis
f5b364c54b - Choosing better CE-CLM models for C++ (more general and work well in a broader setting)
- Reducing the memory load of the model in C++ by half
2017-09-13 19:39:11 +01:00
Tadas Baltrusaitis
7e3a8570ca Copy constructor fix for face detection validator. 2017-09-03 08:47:56 +01:00
Tadas Baltrusaitis
c96aa6391b Dealing with unusual image formats (16 bit and 4 channel). 2017-09-02 09:01:24 +01:00
Tadas Baltrusaitis
f8e51bca28 Simplification and speedup of landmark validation. 2017-09-01 14:58:17 +01:00
Tadas Baltrusaitis
e0b8e775e7 Face detection speedup through faster convolution. 2017-09-01 11:19:45 +01:00
Tadas Baltrusaitis
65172b8305 Some more speedup. 2017-08-30 20:01:25 +01:00
Tadas Baltrusaitis
b71b2f1cfc Another performance improvement by rearranging GEMM order. 2017-08-30 15:20:56 +01:00
Tadas Baltrusaitis
e1bf2c5a39 Another slight performance increase. 2017-08-29 21:43:27 +01:00
Tadas Baltrusaitis
f62516789c Simplifying conversion to grayscale 2017-08-26 17:01:54 +01:00
Tadas Baltrusaitis
e8e93c3f96 Incorporating MTCNN face detection with CE-CLM.
Merge remote-tracking branch 'origin/feature/mtcnn_face_det' into feature/CE-CLM

# Conflicts:
#	exe/FaceLandmarkImg/FaceLandmarkImg.cpp
#	exe/FaceLandmarkVid/FaceLandmarkVid.cpp
#	exe/FaceLandmarkVidMulti/FaceLandmarkVidMulti.cpp
#	exe/FeatureExtraction/FeatureExtraction.cpp
#	lib/local/LandmarkDetector/LandmarkDetector.vcxproj
#	lib/local/LandmarkDetector/LandmarkDetector.vcxproj.filters
#	lib/local/LandmarkDetector/src/LandmarkDetectorFunc.cpp
#	lib/local/LandmarkDetector/src/LandmarkDetectorParameters.cpp
#	lib/local/LandmarkDetector/src/LandmarkDetectorUtils.cpp
2017-08-26 13:23:16 +01:00
Tadas Baltrusaitis
452d1b8008 Integrating MTCNN in all of the demos. 2017-08-18 20:57:19 +01:00
Tadas Baltrusaitis
a251415fea Starting to incorporate MTCNN 2017-08-18 10:03:01 +01:00
Tadas Baltrusaitis
441777c9ed Code cleanup and rearrangement. 2017-08-17 12:35:11 +01:00
Tadas Baltrusaitis
8d01ea5911 Different implementation of convolution, through matrix multiplication which is quite a bit faster. 2017-08-17 11:40:57 +01:00
Tadas Baltrusaitis
2bd085cb47 Exploring CNN optimization 2017-08-16 17:14:00 +01:00
Tadas Baltrusaitis
d062ab690d Final bit of simplification and fixing an issue with RNet and ONet. 2017-08-15 21:53:25 +01:00
Tadas Baltrusaitis
abcc91364e Towards MTCNN, implementing PNet 2017-08-10 15:30:35 -04:00
Tadas Baltrusaitis
13e42a70cf Some more work on MTCNN. 2017-08-09 16:16:31 -04:00
Tadas Baltrusaitis
7fe7bb4904 Towards MTCNN c++ implementation. 2017-08-09 15:04:14 -04:00
Tadas Baltrusaitis
8dea625717 Adding more preparation for MTCNN in C++ 2017-08-09 12:01:53 -04:00
Tadas Baltrusaitis
8b5f8b9a36 Starting to work on MTCNN C++ implementation. 2017-08-09 11:00:38 -04:00
Tadas Baltrusaitis
f19fab7ff7 Bringing CE-CLM up to speed with master. 2017-08-03 11:14:49 -04:00
Tadas Baltrusaitis
5959176921 Some big changes:
- face validator is a retrained CNN now
- starting retiring CLM-Z from OpenFace
2017-08-01 17:11:02 -04:00
Tadas Baltrusaitis
8eb086545c Simplified validator model. 2017-07-31 15:55:29 -04:00
Tadas Baltrusaitis
7513cf7964 Speeding up fancy face validation. 2017-07-29 21:11:16 -04:00
Tadas Baltrusaitis
8cc98be724 First try at a new landmark validator. 2017-07-29 18:19:41 -04:00
Tadas Baltrusaitis
af77a045d9 Playing around with a new landmark detection validation method. 2017-07-28 15:06:04 -04:00
Tadas Baltrusaitis
283bf810db Sparse models in C++, gain in speed 2017-07-20 12:12:13 -04:00