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
42213096
Commit
42213096
authored
Jul 21, 2020
by
wangjiawei04
Browse files
fix readme
parent
d07a223d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deploy/pdserving/readme.md
deploy/pdserving/readme.md
+1
-1
No files found.
deploy/pdserving/readme.md
View file @
42213096
...
...
@@ -67,7 +67,7 @@ python ocr_web_client.py
## 自定义修改服务逻辑
在
`ocr_web_server.py`
或是
`ocr_
debugger
_server.py`
当中的
`preprocess`
函数里面做了检测服务和识别服务的前处理,
·
`postprocess`
函数里面做了识别的后处理服务,可以在相应的函数中做修改。调用了
`paddle_serving_app`
库提供的常见CV模型的前处理/后处理库。
在
`ocr_web_server.py`
或是
`ocr_
local
_server.py`
当中的
`preprocess`
函数里面做了检测服务和识别服务的前处理,
`postprocess`
函数里面做了识别的后处理服务,可以在相应的函数中做修改。调用了
`paddle_serving_app`
库提供的常见CV模型的前处理/后处理库。
如果想要单独启动Paddle Serving的检测服务和识别服务,参见下列表格, 执行对应的脚本即可。
...
...
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