I downloaded the newest face landmark model "lbfmodel.yaml". I used OpenCV 3.4.1 and the same version of OpenCV-contrib. However, when I loaded and used the model on an image, I got the error:
OpenCV(3.4.1) Error: Parsing error (C:/cv341/data/face-alignment/model/lbfmodel.yaml(805185): Unexpected end of line) in icvYMLGetMultilineStringContent, file c:\opencv_with_extra\sources\opencv\modules\core\src\persistence_yml.cpp, line 79
It looks like that the error is about the model file. Did I do anything wrong?
I downloaded the newest face landmark model "lbfmodel.yaml". I used OpenCV 3.4.1 and the same version of OpenCV-contrib. However, when I loaded and used the model on an image, I got the error:
OpenCV(3.4.1) Error: Parsing error (C:/cv341/data/face-alignment/model/lbfmodel.yaml(805185): Unexpected end of line) in icvYMLGetMultilineStringContent, file c:\opencv_with_extra\sources\opencv\modules\core\src\persistence_yml.cpp, line 79
It looks like that the error is about the model file. Did I do anything wrong?