Skip to content

egyptdj/validating-cnn-mgmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

validating-cnn-mgmt

Requirements

pyyaml
tqdm
numpy
pandas
dicom2nifti
antspyx
sklearn
torch
torchvision
torchio
monai

How to reproduce

  1. Download the BraTS dataset. You must be registered and logged in to Kaggle.

  2. Extract the zip file to the desired path. The extracted path should be passed to the --source_dir option in the preprocessing step.

  3. Run the preprocessing step for both train and test datasets:

python preprocess.py --source_dir path_to_brats_data --split train
python preprocess.py --source_dir path_to_brats_data --split test
  1. Run the validation experiments:
python validate_sweep.py 
  • To customize the validation experiment sweep, modify config.yaml.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages