Unverified Commit a3170045 authored by MissPenguin's avatar MissPenguin Committed by GitHub
Browse files

Update test_hubserving.py

parent 4da55955
...@@ -87,7 +87,7 @@ def main(url, image_path): ...@@ -87,7 +87,7 @@ def main(url, image_path):
total_time += elapse total_time += elapse
print("Predict time of %s: %.3fs" % (image_file, elapse)) print("Predict time of %s: %.3fs" % (image_file, elapse))
res = r.json()["results"][0] res = r.json()["results"][0]
# print(res) print(res)
if is_visualize: if is_visualize:
draw_img = draw_server_result(image_file, res) draw_img = draw_server_result(image_file, res)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment