Version 3.3.3
Fixes:
- Change
DATA.PREPROCESS.*.ACTIVATE
toDATA.PREPROCESS.*.ENABLE
as the rest of the variables in all the files (changed only in config.py by error). - Separate per_image, full_image and as_3D_stack instance files in different folders.
- Separate instance segmentation metrics when multiple choices are selected. Before full_image and per_image metrics were mixed.
- Simplify inference by setting as default patch/merge reconstruction of the prediction. This implied to remove
TEST.STATS
and leave onlyFULL_IMG
to be optional. TEST.FULL_IMG
toFalse
by default.