First C++ version of DCLM

This commit is contained in:
Tadas Baltrusaitis
2016-12-13 14:25:04 -05:00
parent 91890afd5b
commit dbdf008f90
17 changed files with 760 additions and 32 deletions

View File

@@ -248,7 +248,7 @@ void FaceModelParameters::init()
// For first frame use the initialisation
window_sizes_current = window_sizes_init;
model_location = "model/main_clnf_general.txt";
model_location = "model/main_dclm_general.txt";
sigma = 1.5;
reg_factor = 25;