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 403 forks source link

Refactor: Move image preprocessing fields that can vary by input to '[input_x]' section #390

Open atbenmurray opened 5 years ago

atbenmurray commented 5 years ago

At present [NETWORK] contains a number of fields related to pre-processing that could potentially vary by input. These should be moved to the inputs that they relate to so that applications can use multiple inputs having different preprocessing requirements. See Config File Refactors in the wiki for more details.