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
-1
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):