提交 d886b451 编写于 作者: M MissPenguin

Modify the resize operation to be consistent with the python version

上级 2d05d7c6
......@@ -162,7 +162,6 @@ class TextDetector(object):
shape_list = np.expand_dims(shape_list, axis=0)
img = img.copy()
starttime = time.time()
print(img.shape)
self.input_tensor.copy_from_cpu(img)
self.predictor.run()
outputs = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册