Unverified Commit 4da55955 authored by dyning's avatar dyning Committed by GitHub
Browse files

Merge pull request #347 from littletomatodonkey/fix_cpp_infer_blank

Support to recognize space text
parents fbf0fab5 1d46dd69
......@@ -46,6 +46,7 @@ public:
this->use_mkldnn_ = use_mkldnn;
this->label_list_ = Utility::ReadDict(label_path);
this->label_list_.push_back(" ");
LoadModel(model_dir);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment