├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── img ├── Dice_log.png └── ZF_UNET_Generator_Images_Example.png ├── train_infinite_generator.py └── zf_unet_224_model.py /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZFTurbo/ZF_UNET_224_Pretrained_Model/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZFTurbo/ZF_UNET_224_Pretrained_Model/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZFTurbo/ZF_UNET_224_Pretrained_Model/HEAD/README.md -------------------------------------------------------------------------------- /img/Dice_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZFTurbo/ZF_UNET_224_Pretrained_Model/HEAD/img/Dice_log.png -------------------------------------------------------------------------------- /img/ZF_UNET_Generator_Images_Example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZFTurbo/ZF_UNET_224_Pretrained_Model/HEAD/img/ZF_UNET_Generator_Images_Example.png -------------------------------------------------------------------------------- /train_infinite_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZFTurbo/ZF_UNET_224_Pretrained_Model/HEAD/train_infinite_generator.py -------------------------------------------------------------------------------- /zf_unet_224_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZFTurbo/ZF_UNET_224_Pretrained_Model/HEAD/zf_unet_224_model.py --------------------------------------------------------------------------------