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

changes to batch iou script for new analysis

parent 40d7fa85
No related branches found
No related tags found
No related merge requests found
...@@ -16,18 +16,18 @@ raw_mask_path = 'w:\\NPC_adult_new\\dl_training\\images\\mask_gt\\' ...@@ -16,18 +16,18 @@ raw_mask_path = 'w:\\NPC_adult_new\\dl_training\\images\\mask_gt\\'
raw_prefix_substring = '_mask' raw_prefix_substring = '_mask'
# results paths # results paths
results_path = 'w:\\NPC_adult_new\\dl_training\\fcenet\\results\\' results_path = 'w:\\NPC_adult_new\\dl_training\\results\\contrastenhance_128x128px_maeloss_20pxblurrad_poissonnoise_adaptive0p6to0p5_unet5\\'
pred1_mask_path = results_path+'results\\' pred1_mask_path = results_path+'results_20230707_biasfree\\'
pred1_prefix_substring = '_pred_renorm' pred1_prefix_substring = '.tif'
pred2_mask_path = results_path+'results_x2\\' pred2_mask_path = results_path+'results_20230707_biasfree_doublerestore\\'
pred2_prefix_substring = '_x2' pred2_prefix_substring = '.tif'
pred3_mask_path = results_path+'results_x3\\' pred3_mask_path = results_path+'results_20230708_biasfree_x3\\'
pred3_prefix_substring = '_x3' pred3_prefix_substring = '.tif'
quantification_name = 'fcenet' quantification_name = 'dlbiasfree'
raw_list = os.listdir(raw_mask_path) raw_list = os.listdir(raw_mask_path)
raw_list.sort() raw_list.sort()
......
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