"c_api/IndexIVF_c.cpp" did not exist on "5ded39f5622e8ec400d05570454e8bd31c1227d4"
Unverified Commit 88dee023 authored by MissPenguin's avatar MissPenguin Committed by GitHub
Browse files

Merge pull request #4979 from LDOUBLEV/test_v11

fix repeat save_res
parents 8c80a251 f31591cd
......@@ -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!")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment