Commit 1d46dd69 authored by littletomatodonkey's avatar littletomatodonkey
Browse files

Support to recognize space text

parent d6331154
...@@ -46,6 +46,7 @@ public: ...@@ -46,6 +46,7 @@ public:
this->use_mkldnn_ = use_mkldnn; this->use_mkldnn_ = use_mkldnn;
this->label_list_ = Utility::ReadDict(label_path); this->label_list_ = Utility::ReadDict(label_path);
this->label_list_.push_back(" ");
LoadModel(model_dir); 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