From a3170045b0757ffcb3d59796ff806b98853131c9 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Thu, 16 Jul 2020 11:41:25 +0800 Subject: [PATCH] Update test_hubserving.py --- tools/test_hubserving.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test_hubserving.py b/tools/test_hubserving.py index ea592906..ec3d502d 100644 --- a/tools/test_hubserving.py +++ b/tools/test_hubserving.py @@ -87,7 +87,7 @@ def main(url, image_path): total_time += elapse print("Predict time of %s: %.3fs" % (image_file, elapse)) res = r.json()["results"][0] - # print(res) + print(res) if is_visualize: draw_img = draw_server_result(image_file, res) @@ -111,4 +111,4 @@ if __name__ == '__main__': else: server_url = sys.argv[1] image_path = sys.argv[2] - main(server_url, image_path) \ No newline at end of file + main(server_url, image_path)