Version 3.6.2
Major:
- Update notebooks to install version 3.6.1
- Add contrastive learning and HRNet
- Update models to return a
dictif more than one output are returned - Go back to the surface_area and sphericity calculation to avoid installing
diplibpackage as it does not support some macOS version plus they have no conda package for it. Mainly done to be able to create a conda package and streamline the installation process. This will help to implement the plugin for Fiji and integrate BiaPy in Galaxy.
Minor:
- Add aux script to remap cityscape dataset label remapping
- Add "superresolution" tag for BMZ models
- Add
timm,torchmetricsandpytorch-msssimtopyproject.toml MODEL.N_CLASSESrenamed intoDATA.N_CLASSES- Add a message when checking the
DATA.PATCH_SIZEin the loaded configuration and model, as lower values may raise an error when building/using that model - Correcting some of the descriptions in some functions to avoid compiling errors in the documentation building process
- Update installation in the code consistency CI
Bugs fixed:
- Fix bug in PatchCoords print function
- Solve bug in fixed mean/std normalization
- Move the translation of old config into the new one for the loaded cfg from the checkpoint
- Fix Dockerfile errors due to the last TOS changes in conda
Full Changelog: v3.6.1...v3.6.2