From 043a0192b258b4d8996e745cad16ff328df8b5c2 Mon Sep 17 00:00:00 2001 From: littletomatodonkey Date: Thu, 20 Aug 2020 12:20:44 +0000 Subject: [PATCH] fix cpp infer --- deploy/cpp_infer/include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cpp_infer/include/config.h b/deploy/cpp_infer/include/config.h index 2adefb73..c5257d8a 100644 --- a/deploy/cpp_infer/include/config.h +++ b/deploy/cpp_infer/include/config.h @@ -47,7 +47,7 @@ public: this->det_db_box_thresh = stod(config_map_["det_db_box_thresh"]); - this->det_db_box_thresh = stod(config_map_["det_db_box_thresh"]); + this->det_db_unclip_ratio = stod(config_map_["det_db_unclip_ratio"]); this->det_model_dir.assign(config_map_["det_model_dir"]); -- GitLab