From 8cba9ce5127160bbb99f206aa09573f2fcb50c74 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Sun, 25 Apr 2021 14:24:07 +0800 Subject: [PATCH] fix hubserving --- deploy/hubserving/ocr_det/module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/hubserving/ocr_det/module.py b/deploy/hubserving/ocr_det/module.py index 96506275..f931fdf2 100644 --- a/deploy/hubserving/ocr_det/module.py +++ b/deploy/hubserving/ocr_det/module.py @@ -30,7 +30,6 @@ class OCRDet(hub.Module): """ initialize with the necessary elements """ - from ocr_det.params import read_params cfg = read_params() cfg.use_gpu = use_gpu -- GitLab