mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-15 19:57:53 +00:00
Issue with hypotheses.
This commit is contained in:
@@ -720,7 +720,7 @@ bool LandmarkDetector::DetectLandmarksInImage(const cv::Mat_<uchar> &grayscale_i
|
||||
rotation_hypotheses.push_back(cv::Vec3d(0,0.5236,0));
|
||||
rotation_hypotheses.push_back(cv::Vec3d(0,-0.5236,0));
|
||||
rotation_hypotheses.push_back(cv::Vec3d(0,0, 0.5236));
|
||||
rotation_hypotheses.push_back(cv::Vec3d(0,0, 0.5236));
|
||||
rotation_hypotheses.push_back(cv::Vec3d(0,0, -0.5236));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user