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**: https://github.com/BiaPyX/BiaPy/compare/v3.5.1...v3.5.2