fix hubserving

This commit is contained in:
LDOUBLEV 2021-04-25 14:09:38 +08:00
parent c09ed866ed
commit bfcc5f737e
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@ import paddlehub as hub
from tools.infer.utility import base64_to_cv2
from tools.infer.predict_system import TextSystem
from tools.infer.utility import parse_args
from deploy.hubserving.ocr_det.params import read_params
@moduleinfo(
@ -58,7 +59,6 @@ class OCRSystem(hub.Module):
sys.argv = sys.argv[:1]
cfg = parse_args()
from ocr_det.params import read_params
update_cfg_map = vars(read_params())
for key in update_cfg_map: