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
|
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
|
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 |
|