Renaming everything to CEN in c++

This commit is contained in:
Tadas Baltrusaitis
2017-06-12 20:11:42 -04:00
parent 79b22c0f1c
commit ead2347581
13 changed files with 478 additions and 57 deletions

View File

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