Skip to content
Snippets Groups Projects
Commit a7dddfb7 authored by Nuno Pimpão Santos Martins's avatar Nuno Pimpão Santos Martins
Browse files

update iou concatenation script for latest results

parent a39c9657
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ dir_list.sort()
dir_list = [x for x in dir_list if os.path.isdir(os.path.join(data_dir, x)) == True]
print("Nb of subdirs in path: ", len(dir_list))
conditions = ['fcenettoinput_2', 'dlbiasfreetoinput_2']
conditions = ['dlbiasfree_newmasks', 'dlwithbiasx3_newmasks', 'fcenet_newmasks']
for i in range(len(dir_list)-1,0, -1):
# print(dir_list[i])
item_name = dir_list[i][4:dir_list[i].index('_')]
......
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