Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #482 from eschnider/patch-1
Browse files Browse the repository at this point in the history
Segmentation configuration file fix
  • Loading branch information
wyli committed Mar 3, 2020
2 parents 7421b01 + 7c414ad commit 6c61333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default_multimodal_segmentation_eval.ini
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ spatial_window_size = (64, 64, 64)
[EVALUATION]
save_csv_dir = ./NiftyNetTestEval
evaluations = dice,jaccard,false_positive_rate,positive_predictive_values,n_pos_ref,n_pos_seg
evaluation_units = foreground


############################ custom configuration sections
Expand All @@ -82,3 +81,4 @@ weight = T1
output_prob = False
num_classes = 5
label_normalisation = False
evaluation_units = foreground
2 changes: 1 addition & 1 deletion demos/unet_histology/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ dataset_to_infer = inference
[EVALUATION]
save_csv_dir = ./eval.csv
evaluations = dice
evaluation_units = label

############################ Application Configuration
[SEGMENTATION]
Expand All @@ -61,3 +60,4 @@ sampler = label
label_normalisation = False
output_prob = False
num_classes = 2
evaluation_units = label

0 comments on commit 6c61333

Please sign in to comment.