Skip to content

scut-HC/UTAD-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UTAD-Net

  1. Download the BRATS2020 dataset.

  2. Slice three-dimensional images into two dimensions and resize to 128 * 128.

  3. Randomly partitioning the dataset into training, validation, and testing sets.

  4. train techer network
    python ./train_w_local_branch.py --phase train

  5. train studet network
    python ./train_distill_global_local.py --phase train

  6. test
    python ./train_distill_global_local.py --phase test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages