未验证 提交 75bac1f5 编写于 作者: D Double_V 提交者: GitHub

Merge pull request #4782 from hungcao0402/patch-1

Update predict_det.py
......@@ -74,7 +74,7 @@ class TextDetector(object):
elif self.det_algorithm == "SAST":
pre_process_list[0] = {
'DetResizeForTest': {
'resize_long': args.det_limit_side_len
'resize_long': 1536
}
}
postprocess_params['name'] = 'SASTPostProcess'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册