Version 3.5.2
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 withDATA.TRAIN.FILTER_SAMPLES
,DATA.VAL.FILTER_SAMPLES
andDATA.TEST.FILTER_SAMPLES
respectively.
Minor:
- Add
MODEL.LOAD_MODEL_FROM_CHECKPOINT
variable DATA.PREPROCESS.MEDIAN_BLUR.FOOTPRINT
changed toDATA.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