Skip to content

Version 3.6.2

Choose a tag to compare

@danifranco danifranco released this 22 Jul 15:04
· 713 commits to master since this release

Major:

  • Update notebooks to install version 3.6.1
  • Add contrastive learning and HRNet
  • Update models to return a dict if more than one output are returned
  • Go back to the surface_area and sphericity calculation to avoid installing diplib package 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, torchmetrics and pytorch-msssim to pyproject.toml
  • MODEL.N_CLASSES renamed into DATA.N_CLASSES
  • Add a message when checking the DATA.PATCH_SIZE in 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