n2v_configs
N2VAdvancedConfig #
Bases: AdvancedConfig
N2V advanced configuration.
Source code in src/careamics_napari/careamics_utils/n2v_configs.py
masked_pixel_percentage = 0.2 class-attribute instance-attribute #
How many pixels per patch will be manipulated.
n_channels = None class-attribute instance-attribute #
Number of channels in the input image (C must be in axes).
roi_size = 11 class-attribute instance-attribute #
The size of the area around each pixel that will be manipulated by N2V.
use_n2v2 = False class-attribute instance-attribute #
To use N2V2
get_default_n2v_config() #
Return a default N2V configuration.