Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
4da55955
Unverified
Commit
4da55955
authored
Jul 15, 2020
by
dyning
Committed by
GitHub
Jul 15, 2020
Browse files
Merge pull request #347 from littletomatodonkey/fix_cpp_infer_blank
Support to recognize space text
parents
fbf0fab5
1d46dd69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
deploy/cpp_infer/include/ocr_rec.h
deploy/cpp_infer/include/ocr_rec.h
+2
-1
No files found.
deploy/cpp_infer/include/ocr_rec.h
View file @
4da55955
...
...
@@ -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
);
}
...
...
@@ -83,4 +84,4 @@ private:
};
// class CrnnRecognizer
}
// namespace PaddleOCR
\ No newline at end of file
}
// namespace PaddleOCR
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment