1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 07:04:18 +08:00

Removed check for cascade_face as it is not used.

This commit is contained in:
Ivar Clemens
2021-05-15 20:39:21 +02:00
parent f5aeecf2da
commit 025e1377c6

View File

@@ -332,9 +332,9 @@ void FacemarkLBFImpl::training(void* parameters){
CV_Error(Error::StsBadArg, "Training data is not provided. Consider to add using addTrainingSample() function!");
}
if (params.cascade_face.empty() || (params.model_filename.empty() && params.save_model))
if (params.model_filename.empty() && params.save_model)
{
CV_Error(Error::StsBadArg, "The parameter cascade_face and model_filename should be set!");
CV_Error(Error::StsBadArg, "The parameter model_filename should be set!");
}
// flip the image and swap the landmark position