Skip to content

Commit 00cfbe4

Browse files
committed
Removed assert - landmark_ids does not exist anymore
This fixes the compile error that was not caught by only compiling in RelWithDebInfo mode.
1 parent aba4386 commit 00cfbe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/generate-python-bindings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ PYBIND11_MODULE(eos, eos_module)
288288
int num_iterations, cpp17::optional<int> num_shape_coefficients_to_fit, float lambda_identity,
289289
cpp17::optional<int> num_expression_coefficients_to_fit,
290290
cpp17::optional<float> lambda_expressions) {
291-
assert(landmarks.size() == landmark_ids.size());
292291
std::vector<float> pca_coeffs;
293292
std::vector<float> blendshape_coeffs;
294293
std::vector<Eigen::Vector2f> fitted_image_points;

0 commit comments

Comments
 (0)