Q : 启动时显示"Check out http://yq01-gpu-255-129-12-00.epc.baidu.com:8887 in web
browser.",这个页面有什么作用。
A : 这是`BRPC`的内置服务,主要用于查看请求数、资源占用等信息,可对server端性能有大致了解,具体信息可查看[BRPC内置服务](https://github.com/apache/incubator-brpc/blob/master/docs/cn/builtin_service.md)。
A : 这是`BRPC`的内置服务,主要用于查看请求数、资源占用等信息,可对server端性能有大致了解,具体信息可查看[BRPC内置服务](https://github.com/apache/incubator-brpc/tree/master/docs/cn)。
@@ -48,7 +48,9 @@ class ChineseTextDetectionDB(hub.Module):
try:
importshapely,pyclipper
except:
raiseImportError('This module requires the shapely, pyclipper tools. The running environment does not meet the requirements. Please install the two packages.')
raiseImportError(
'This module requires the shapely, pyclipper tools. The running environment does not meet the requirements. Please install the two packages.'
@@ -48,7 +48,9 @@ class ChineseTextDetectionDBServer(hub.Module):
try:
importshapely,pyclipper
except:
raiseImportError('This module requires the shapely, pyclipper tools. The running environment does not meet the requirements. Please install the two packages.')
raiseImportError(
'This module requires the shapely, pyclipper tools. The running environment does not meet the requirements. Please install the two packages.'