提交 c5b212f8 编写于 作者: B barrierye

Merge branch 'develop' of https://github.com/PaddlePaddle/Serving into pyserving

...@@ -272,8 +272,7 @@ class SegPostprocess(object): ...@@ -272,8 +272,7 @@ class SegPostprocess(object):
result_png = score_png result_png = score_png
result_png = cv2.resize( result_png = cv2.resize(
result_png, result_png, (ori_shape[1], ori_shape[0]),
ori_shape[:2],
fx=0, fx=0,
fy=0, fy=0,
interpolation=cv2.INTER_CUBIC) interpolation=cv2.INTER_CUBIC)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册