Fixes:
- Change ``DATA.PREPROCESS.*.ACTIVATE`` to ``DATA.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 only ``FULL_IMG`` to be optional.
- ``TEST.FULL_IMG`` to ``False`` by default.