“86fd748808dee2448bf368f3b1389f91ec6e9d29”上不存在“develop/doc_cn/howto/dev/new_layer_cn.html”
未验证 提交 11e4e51f 编写于 作者: M MissPenguin 提交者: GitHub

Merge pull request #579 from littletomatodonkey/fix_cpp_repl

fix cpp infer
...@@ -47,7 +47,7 @@ public: ...@@ -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"]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册