From 41fcbb860923d49a7fa28cd9e6767fdd99f03729 Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Thu, 31 Mar 2022 00:39:02 +0000 Subject: [PATCH] change to en --- tools/test_hubserving.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_hubserving.py b/tools/test_hubserving.py index 5d75aacb..ec17a941 100755 --- a/tools/test_hubserving.py +++ b/tools/test_hubserving.py @@ -108,7 +108,7 @@ def main(args): logger.info("error in loading image:{}".format(image_file)) continue img_name = os.path.basename(image_file) - # 发送HTTP请求 + # seed http request starttime = time.time() data = {'images': [cv2_to_base64(img)]} r = requests.post( -- GitLab