提交 5be1ef5a 编写于 作者: S stephon

update cpp serving client

上级 4ebc6341
...@@ -198,5 +198,5 @@ if __name__ == "__main__": ...@@ -198,5 +198,5 @@ if __name__ == "__main__":
det_results = det.predict(imgpath) det_results = det.predict(imgpath)
#2. get rec_results #2. get rec_results
rec_results = rec.predict(det_results, sys.argv[1]) rec_results = rec.predict(det_results, imgpath)
print(rec_results) print(rec_results)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册