mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-14 19:27:56 +00:00
Decoupling C++ code so that AU detection works properly with a new PDM.
This commit is contained in:
@@ -181,7 +181,7 @@ FaceModelParameters::FaceModelParameters(vector<string> &arguments)
|
||||
{
|
||||
// For in the wild fitting these parameters are suitable
|
||||
window_sizes_init = vector<int>(4);
|
||||
window_sizes_init[0] = 15; window_sizes_init[1] = 13; window_sizes_init[2] = 11; window_sizes_init[3] = 9;
|
||||
window_sizes_init[0] = 15; window_sizes_init[1] = 13; window_sizes_init[2] = 11; window_sizes_init[3] = 11;
|
||||
|
||||
sigma = 1.25;
|
||||
reg_factor = 35;
|
||||
|
||||
Reference in New Issue
Block a user