NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.36k stars 404 forks source link

Default values for the bias field layer might be too large #471

Open fepegar opened 4 years ago

fepegar commented 4 years ago

Default values for the bias field layer coefficients might be too large: https://github.com/NifTK/NiftyNet/blob/a383ba342e3e38a7ad7eed7538bfb34960f80c8d/niftynet/layer/rand_bias_field.py#L17-L18

I get sensible result with the values in this config: https://github.com/NifTK/NiftyNet/blob/a383ba342e3e38a7ad7eed7538bfb34960f80c8d/config/default_segmentation_bf.ini#L55

@csudre