Deep Learning based Brain Extraction Tool
- NIFTI conversion from BRUKER raw data
- Isotropic upsampling
- N4 Bias field correction
- Create and activate a conda environment.
- Install PyTorch. Visit https://pytorch.org/get-started/locally/ for installation details.
- Install other required packages.
- Clone this repository.
- Save training, validation, and test date to a directory called 'dataset'. A randomized 80-10-10 split is suggested. Define folder paths in configs_settings.ini.
- Run 'python3 DL-BET.py' to begin training model.
- Run 'python3 DL-BET_test.py' after training has completed to generate test outputs, saved to 'results'.