Merge pull request #4917 from muare/patch-1

Update pipeline_http_client.py
This commit is contained in:
MissPenguin 2021-12-22 16:06:45 +08:00 committed by GitHub
commit 191eb10613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -36,5 +36,4 @@ for idx, img_file in enumerate(os.listdir(test_img_dir)):
r = requests.post(url=url, data=json.dumps(data))
print(r.json())
test_img_dir = "../../doc/imgs/"
print("==> total number of test imgs: ", len(os.listdir(test_img_dir)))