Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
joeranbosma committed Nov 10, 2022
1 parent 45d7bfe commit d72b00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picai_baseline/nnunet/eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def softmax_postprocessing_func(pred):
parser.add_argument("--metrics_fn", type=str, default=r"metrics-{checkpoint}-{fold}-{threshold}.json",
help=r"Filename to save metrics to. May contain {checkpoint} and {threshold} which are " +
r"auto-filled. Default: metrics-{checkpoint}-{threshold}.json")
parser.add_argument("--splits", type=str, default="picai_pub",
parser.add_argument("--splits", type=str, default="picai_pub_nnunet",
help="Splits for cross-validation. Available: picai_pub, picai_pub_nnunet, picai_pubpriv, " +
"picai_pubpriv_nnunet.")
args = parser.parse_args()
Expand Down

0 comments on commit d72b00d

Please sign in to comment.