Version 3.5.3
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_CHECKPOINTdefault value toTrue. - 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_PATCHis enabled.
Full Changelog: v3.5.2...v3.5.3