fix cpp infer
This commit is contained in:
parent
549108fe0a
commit
043a0192b2
|
@ -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_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"]);
|
this->det_model_dir.assign(config_map_["det_model_dir"]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue