Skip to content
Snippets Groups Projects
Commit 586701ad authored by Fize Jacques's avatar Fize Jacques
Browse files

Update

parent fdc76ce5
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ fns = glob.glob(args.dataset_dir + "/*." + args.format)
all_res = []
pbar = tqdm(fns)
for fn in pbar:
if os.path.exists(fn + "_results_lp"):
continue
pbar.set_description("run eval on "+ fn)
command = "python evalNE_script.py {0} -f {1} -n".format(fn, args.format).split()
output = subprocess.run(command)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment