未验证 提交 05d08019 编写于 作者: L littletomatodonkey 提交者: GitHub

Update predict_system.py

上级 0a8a8a70
......@@ -42,7 +42,7 @@ class SystemPredictor(object):
xmin, xmax, ymin, ymax = result["bbox"].astype("int")
crop_img = img[xmin:xmax, ymin:ymax, :].copy()
rec_results = self.rec_predictor.predict(crop_img)
result["featrue"] = rec_results
result["feature"] = rec_results
output.append(result)
return output
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册