Skip to content

Version 3.5.2

Compare
Choose a tag to compare
@danifranco danifranco released this 16 Sep 09:10
· 71 commits to master since this release

Major:

  • Add 'resunet_se' to I2I workflow
  • Extend BMZ model support
  • Remove DATA.TRAIN.MINIMUM_FOREGROUND_PER. Now for training, validation and test a sample filtering can be made with DATA.TRAIN.FILTER_SAMPLES, DATA.VAL.FILTER_SAMPLES and DATA.TEST.FILTER_SAMPLES respectively.

Minor:

  • Add MODEL.LOAD_MODEL_FROM_CHECKPOINT variable
  • DATA.PREPROCESS.MEDIAN_BLUR.FOOTPRINT changed to DATA.PREPROCESS.MEDIAN_BLUR.KERNEL_SIZE
  • Add robust semantic mask check using DATA.*.CHECK_DATA
  • Divide BMZ model check into two functions so they can be reused easily by the GUI
  • Change BMZ COLLECTION_URL to a new version of it

Bugs fixed:

  • Fix bug in detection workflow when predicting with Zarr/H5 by chunks
  • Minor fix during instance training data creation using Zarr
  • Correct minor errors during BMZ model import/export

Full Changelog: v3.5.1...v3.5.2