Commit Graph

110 Commits

Author SHA1 Message Date
Tadas Baltrusaitis
6414efef72 - A better way to link to OpenBLAS (using pre-compiled binaries), this leads to faster computation on Windows
- Demo script fixes
2017-08-27 15:51:40 +01:00
Tadas Baltrusaitis
f62516789c Simplifying conversion to grayscale 2017-08-26 17:01:54 +01:00
Tadas Baltrusaitis
2ea630c834 Removing debug visualization. 2017-08-26 15:51:15 +01:00
Tadas Baltrusaitis
ba6a497fcc Better output visualization in images when there are multiple faces 2017-08-26 15:47:10 +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
92dde3b80f Speeding up the fully connected layer through better data layout 2017-08-24 17:00:32 +01:00
Tadas Baltrusaitis
a25da69550 A big PReLU speedup by making it in place and iterating smarter over it. 2017-08-23 22:25:28 +01:00
Tadas Baltrusaitis
a2a3bd08c2 Another optimization of moving the bias term addition to the matrix multiplication. 2017-08-23 20:43:19 +01:00
Tadas Baltrusaitis
b57bdd2127 Speeding up MTCNN a bit, through optimization of im2col and transposing the convolution multiplication so it is easier to split 2017-08-23 20:00:18 +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
a3be476d4d Parallelizing the MTCNN face detection 2017-08-17 14:17:20 +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
f4e73cc23f Simplification of flow 2017-08-15 18:06:12 +01:00
Tadas Baltrusaitis
f8519bf385 Simplifying CNN code, plus max-pooling bug fix. 2017-08-15 17:57:25 +01:00
Tadas Baltrusaitis
0c2137d950 Adding bounding box correction and an addition to non maximum supression. 2017-08-15 11:44:05 +01:00
Tadas Baltrusaitis
dd17680e2c RNet and ONet application. 2017-08-15 10:13:08 +01:00
Tadas Baltrusaitis
02a66563e1 Fixing max-pooling for different stride sizes. 2017-08-15 08:55:37 +01:00
Tadas Baltrusaitis
1d76c96cc8 Finishing the PNet step and preparing output for RNet. 2017-08-14 22:07:21 +01:00
Tadas Baltrusaitis
0f94d53d9d Helper functions for MTCNN implementation. 2017-08-14 16:23:44 +01:00
Tadas Baltrusaitis
6dbed701bc Fix with CNN inference sizes. 2017-08-11 14:56:45 -04:00
Tadas Baltrusaitis
5588742e32 300W experiment with C++ data and sparse response maps. 2017-08-11 13:49:55 -04: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
1adbf2f56f Sparse response map computation speedup for CEN. 2017-08-09 12:11:02 -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
9a92d4d9c8 Removing legacy CLM-Z models. 2017-08-02 13:39:31 -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
f01f9fadc6 Updating the TBB version in Windows (new license). 2017-07-24 11:09:37 -04:00
Tadas Baltrusaitis
283bf810db Sparse models in C++, gain in speed 2017-07-20 12:12:13 -04:00
Tadas Baltrusaitis
aed0277e95 Silly mistake 2017-07-11 15:29:26 -04:00
Tadas Baltrusaitis
884b48fda3 And another one... 2017-07-11 15:28:51 -04:00
Tadas Baltrusaitis
77ab777825 More cmake fixes. 2017-07-11 15:28:00 -04:00
Tadas Baltrusaitis
39201921c2 Cmake fixes. 2017-07-11 15:25:36 -04:00
Tadas Baltrusaitis
ca53fc7cee Another g++ fix. 2017-07-11 15:23:47 -04:00
Tadas Baltrusaitis
2295fbda9c More cmake fixes. 2017-07-11 15:21:31 -04:00
Tadas Baltrusaitis
0eda13c37b Small cmake fix. 2017-07-11 15:19:42 -04:00
Tadas Baltrusaitis
076b0033d4 Ubuntu fix to header. 2017-07-11 15:15:45 -04:00
Tadas Baltrusaitis
6eff7c7c1e Cmake fixes for adding GazeAnalyzer. 2017-07-11 15:13:56 -04:00
Tadas Baltrusaitis
165a708796 Decoupling C++ code so that AU detection works properly with a new PDM. 2017-06-20 14:55:59 -04:00