Merge pull request #4979 from LDOUBLEV/test_v11

fix repeat save_res
pull/4988/head
MissPenguin 2021-12-20 22:56:04 +08:00 committed by GitHub
commit 88dee02394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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!")