Skip to content

r20240307

Compare
Choose a tag to compare
@naga-karthik naga-karthik released this 07 Mar 16:14
· 172 commits to main since this release
59e6229

About

This release updates the training codebase and adds a newer variant of the contrast-agnostic model (details below).

What's Changed

Other notable changes

  • The model in this release is trained with binarized soft labels (hence the name soft_bin) as opposed to directly training on soft labels as in the model in release v2.0
  • In addition to the monai-based nnunet model, this release also adds the feature to train other models as well (e.g. SwinUNETR, MedNeXT, etc.)
  • Three new classes of CSA evaluation scripts are added -- (1) evaluating CSA across different models, (2) evaluating CSA across different resolutions, and (3) evaluating CSA across different resolutions.
    • A unified script analyze_csa_across.py is added for generating CSA violin plots across different classes mentioned above.

Full Changelog: v2.0...v2.1