Skip to content

Resolve "nnunet-predict bug, when pretrained model not selected"

Default model selection logic added.

  • By default selected model would be 3d_lowres
  • If 3d_lowres not available on the given models for the task, it will select the first available model as default model.

Closes #754 (closed)

Merge request reports