更新分类模型地址

This commit is contained in:
WenmuZhou 2020-09-17 14:48:22 +08:00
parent ede5a3f4b6
commit 79180223dc
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ model_params = {
'rec':
'https://paddleocr.bj.bcebos.com/20-09-22/mobile/rec/ch_ppocr_mobile_v1.1_rec_infer.tar',
'cls':
'https://paddleocr.bj.bcebos.com/20-09-22/cls/ch_ppocr_mobile-v1.1.cls_infer.tar'
'https://paddleocr.bj.bcebos.com/20-09-22/cls/ch_ppocr_mobile_v1.1_cls_infer.tar'
}
SUPPORT_DET_MODEL = ['DB']