From ca1c7af21b75d57771351170a98102a024d219c0 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 13 Feb 2018 19:09:54 -0500 Subject: [PATCH] Added missing , in output --- tools/python/src/shape_predictor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/src/shape_predictor.h b/tools/python/src/shape_predictor.h index fe0b171f0..f7a071a75 100644 --- a/tools/python/src/shape_predictor.h +++ b/tools/python/src/shape_predictor.h @@ -113,7 +113,7 @@ namespace dlib << "lambda_param=" << o.lambda_param << "," << "num_test_splits=" << o.num_test_splits << "," << "feature_pool_region_padding=" << o.feature_pool_region_padding << "," - << "random_seed=" << o.random_seed + << "random_seed=" << o.random_seed << "," << "num_threads=" << o.num_threads << ")"; return sout.str();