Merge pull request #579 from littletomatodonkey/fix_cpp_repl

fix cpp infer
This commit is contained in:
MissPenguin 2020-08-21 10:04:36 +08:00 committed by GitHub
commit 11e4e51fdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"]);