未验证 提交 4fd68e9b 编写于 作者: D Double_V 提交者: GitHub

fix east post process of dygraph (#9099)

* support min_area_rect crop

* add check_install

* fix requirement.txt

* fix check_install

* add lanms-neo for drrg

* fix

* fix doc

* fix

* support set gpu_id when inference

* fix #8855

* fix #8855

* opt slim doc

* fix doc bug

* fix east postprocess
上级 98c44d18
......@@ -81,6 +81,7 @@ class EASTPostProcess(object):
try:
check_install('lanms', 'lanms-nova')
import lanms
boxes = lanms.merge_quadrangle_n9(boxes, nms_thresh)
except:
print(
'You should install lanms by pip3 install lanms-nova to speed up nms_locality'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册