From 8ef1754999c3e8aa5fcf0a0a9137007c32dd9c9b Mon Sep 17 00:00:00 2001 From: TadasBaltrusaitis Date: Thu, 9 Feb 2017 09:47:38 -0500 Subject: [PATCH] Slight accuracy improvement on landmarks. --- .../LandmarkDetector/src/LandmarkDetectorModel.cpp | 4 ++-- .../Feature Point Experiments/results/300VW.txt | 4 ++-- .../results/landmark_detections.txt | 10 +++++----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/local/LandmarkDetector/src/LandmarkDetectorModel.cpp b/lib/local/LandmarkDetector/src/LandmarkDetectorModel.cpp index a6b72d3a..8d8b9e76 100644 --- a/lib/local/LandmarkDetector/src/LandmarkDetectorModel.cpp +++ b/lib/local/LandmarkDetector/src/LandmarkDetectorModel.cpp @@ -741,8 +741,8 @@ bool CLNF::Fit(const cv::Mat_& im, const cv::Mat_& 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) diff --git a/matlab_runners/Feature Point Experiments/results/300VW.txt b/matlab_runners/Feature Point Experiments/results/300VW.txt index 55f5cbdf..9788f69e 100644 --- a/matlab_runners/Feature Point Experiments/results/300VW.txt +++ b/matlab_runners/Feature Point Experiments/results/300VW.txt @@ -1,9 +1,9 @@ Model 68, mean, median -OpenFace (DCLM): 0.1109, 0.0341 +OpenFace (DCLM): 0.1157, 0.0341 OpenFace (CLNF): 0.1218, 0.0380 -------------------------------- Model 49/51, mean, median -OpenFace (DCLM): 0.1019, 0.0263 +OpenFace (DCLM): 0.1066, 0.0265 OpenFace (CLNF): 0.1116, 0.0292 Intraface (SDM): 0.0956, 0.0383 Chehra (DRMF): 0.1235, 0.0365 diff --git a/matlab_runners/Feature Point Experiments/results/landmark_detections.txt b/matlab_runners/Feature Point Experiments/results/landmark_detections.txt index 3780bffa..9ffb0c0c 100644 --- a/matlab_runners/Feature Point Experiments/results/landmark_detections.txt +++ b/matlab_runners/Feature Point Experiments/results/landmark_detections.txt @@ -1,6 +1,6 @@ Type, mean, median -err dclm: 0.047156, 0.035186 -err clnf wild: 0.053107, 0.038525 -err svr wild: 0.067535, 0.048706 -err clnf wild no out: 0.041386, 0.027463 -err svr wild no out: 0.054166, 0.036251 +err dclm: 0.048897, 0.035614 +err clnf wild: 0.052491, 0.038366 +err svr wild: 0.067536, 0.048706 +err clnf wild no out: 0.040839, 0.027199 +err svr wild no out: 0.054218, 0.036251