Support to recognize space text

This commit is contained in:
littletomatodonkey 2020-07-15 13:33:26 +00:00
parent d63311543d
commit 1d46dd696f
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}