fix: 🚑 added bracket
This commit is contained in:
parent
331c01b918
commit
fa59c790a9
|
@ -201,6 +201,7 @@ namespace mediapipe
|
||||||
for (int i = 0; i < mask_vec.size(); i++)
|
for (int i = 0; i < mask_vec.size(); i++)
|
||||||
MP_RETURN_IF_ERROR(SmoothFace(cc, mask_vec[i], face_boxes[i]));
|
MP_RETURN_IF_ERROR(SmoothFace(cc, mask_vec[i], face_boxes[i]));
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// Copy the rendered image to output.
|
// Copy the rendered image to output.
|
||||||
uchar *image_mat_ptr = image_mat->data;
|
uchar *image_mat_ptr = image_mat->data;
|
||||||
MP_RETURN_IF_ERROR(RenderToCpu(cc, target_format, image_mat_ptr));
|
MP_RETURN_IF_ERROR(RenderToCpu(cc, target_format, image_mat_ptr));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user