Commit 8a2f08f8 authored by Philipp Kopp's avatar Philipp Kopp

removed debugging message

parent 276daf81
...@@ -389,9 +389,6 @@ inline std::pair<std::vector<core::Mesh>, std::vector<fitting::RenderingParamete ...@@ -389,9 +389,6 @@ inline std::pair<std::vector<core::Mesh>, std::vector<fitting::RenderingParamete
mean_plus_blendshapes.push_back(current_mean_plus_blendshapes); mean_plus_blendshapes.push_back(current_mean_plus_blendshapes);
} }
pca_shape_coefficients = fitting::fit_shape_to_landmarks_linear_multi(morphable_model, affine_from_orthos, image_points, vertex_indices, mean_plus_blendshapes, lambda, num_shape_coefficients_to_fit); pca_shape_coefficients = fitting::fit_shape_to_landmarks_linear_multi(morphable_model, affine_from_orthos, image_points, vertex_indices, mean_plus_blendshapes, lambda, num_shape_coefficients_to_fit);
for (auto i: pca_shape_coefficients)
std::cout << i << ' ';
std::cout << std::endl;
// Estimate the blendshape coefficients with the current PCA model estimate: // Estimate the blendshape coefficients with the current PCA model estimate:
current_pca_shape = morphable_model.get_shape_model().draw_sample(pca_shape_coefficients); current_pca_shape = morphable_model.get_shape_model().draw_sample(pca_shape_coefficients);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment