mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-16 04:08:00 +00:00
Slight accuracy improvement on landmarks.
This commit is contained in:
@@ -741,8 +741,8 @@ bool CLNF::Fit(const cv::Mat_<uchar>& im, const cv::Mat_<float>& depthImg, const
|
||||
|
||||
int window_size = window_sizes[scale];
|
||||
|
||||
if(window_size == 0 || 0.9 * patch_experts.patch_scaling[scale] > params_global[0])
|
||||
continue;
|
||||
//if(window_size == 0 || 0.9 * patch_experts.patch_scaling[scale] > params_global[0])
|
||||
// continue;
|
||||
|
||||
// The patch expert response computation
|
||||
if(scale != window_sizes.size() - 1)
|
||||
|
||||
Reference in New Issue
Block a user