Skip to content

Version 3.5.3

Choose a tag to compare

@danifranco danifranco released this 23 Sep 15:15
· 1282 commits to master since this release

Major:

  • Update BMZ model check to support more models and increase it's robustness.

Minor:

  • Add class extraction for semantic seg. BMZ models.
  • Adapt instance segmentation channels to a default value depending when loading BMZ models.
  • Change LOAD_MODEL_FROM_CHECKPOINT default value to True.
  • Increase UNETR building process robustness

Bugs fixed:

  • Fix bug when filtering by entire images.
  • Prevent top-5-accuracy when classes are less than 5 in classification workflow.
  • Fix bug in single data generator used in classification and SSL workflows.
  • Allow BMZ/Torchvision models override completely configuration with the variables they are imposing by making update_dependencies() config function more generic.
  • Force entire image filtering when DATA.EXTRACT_RANDOM_PATCH is enabled.

Full Changelog: v3.5.2...v3.5.3