mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-12 02:12:36 +00:00
Script fixes, and confidence correction where it should be (not in the executable scripts), starting work on capture in utilities
This commit is contained in:
@@ -650,7 +650,7 @@ bool CLNF::DetectLandmarks(const cv::Mat_<uchar> &image, FaceModelParameters& pa
|
||||
|
||||
detection_certainty = landmark_validator.Check(orientation, image, detected_landmarks);
|
||||
|
||||
detection_success = detection_certainty < params.validation_boundary;
|
||||
detection_success = detection_certainty > params.validation_boundary;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user