Update predict_system.py
This commit is contained in:
parent
684676f611
commit
3b1ecb1339
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue