Update predict_system.py

This commit is contained in:
zhoujun 2020-08-22 20:15:56 +08:00 committed by GitHub
parent 684676f611
commit 3b1ecb1339
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ def main(args):
boxes,
txts,
scores,
draw_txt=True,
drop_score=drop_score)
draw_img_save = "./inference_results/"
if not os.path.exists(draw_img_save):