Skip to content

Fix nnunet predict bug if default `3d_lowres` model not available in list of given model

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.

Merge request reports