[4be099]: / nnunet / configuration.py

Download this file

5 lines (4 with data), 257 Bytes

1
2
3
4
5
import os
default_num_threads = 8 if 'nnUNet_def_n_proc' not in os.environ else int(os.environ['nnUNet_def_n_proc'])
RESAMPLING_SEPARATE_Z_ANISO_THRESHOLD = 3 # determines what threshold to use for resampling the low resolution axis
# separately (with NN)