Slight accuracy improvement on landmarks.

This commit is contained in:
TadasBaltrusaitis
2017-02-09 09:47:38 -05:00
parent c8aaae9580
commit 8ef1754999
3 changed files with 9 additions and 9 deletions

View File

@@ -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)