fix repeat save_res

pull/4979/head
LDOUBLEV 2021-12-20 22:02:07 +08:00
parent c3810c6a88
commit f31591cd19
1 changed files with 0 additions and 3 deletions

View File

@ -126,9 +126,6 @@ def main():
otstr = file + "\t" + json.dumps(dt_boxes_json) + "\n"
fout.write(otstr.encode())
save_det_path = os.path.dirname(config['Global'][
'save_res_path']) + "/det_results/"
draw_det_res(boxes, config, src_img, file, save_det_path)
logger.info("success!")