├── Code ├── Functions.py ├── Models.py ├── Test.py └── Train.py ├── Dataset ├── image_A.nii.gz └── image_B.nii.gz ├── LICENSE ├── Model └── model.pth └── README.md /Code/Functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangjun001/ICNet/HEAD/Code/Functions.py -------------------------------------------------------------------------------- /Code/Models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangjun001/ICNet/HEAD/Code/Models.py -------------------------------------------------------------------------------- /Code/Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangjun001/ICNet/HEAD/Code/Test.py -------------------------------------------------------------------------------- /Code/Train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangjun001/ICNet/HEAD/Code/Train.py -------------------------------------------------------------------------------- /Dataset/image_A.nii.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangjun001/ICNet/HEAD/Dataset/image_A.nii.gz -------------------------------------------------------------------------------- /Dataset/image_B.nii.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangjun001/ICNet/HEAD/Dataset/image_B.nii.gz -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangjun001/ICNet/HEAD/LICENSE -------------------------------------------------------------------------------- /Model/model.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangjun001/ICNet/HEAD/Model/model.pth -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangjun001/ICNet/HEAD/README.md --------------------------------------------------------------------------------