├── LICENSE ├── LeViT-UNet-128s.py ├── LeViT-UNet-192.py ├── LeViT-UNet-384.py ├── README.md ├── all_vol_synapse.txt ├── test_vol_synapse.txt └── train_slice_synapse.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple1986/LeViT-UNet/HEAD/LICENSE -------------------------------------------------------------------------------- /LeViT-UNet-128s.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple1986/LeViT-UNet/HEAD/LeViT-UNet-128s.py -------------------------------------------------------------------------------- /LeViT-UNet-192.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple1986/LeViT-UNet/HEAD/LeViT-UNet-192.py -------------------------------------------------------------------------------- /LeViT-UNet-384.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple1986/LeViT-UNet/HEAD/LeViT-UNet-384.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple1986/LeViT-UNet/HEAD/README.md -------------------------------------------------------------------------------- /all_vol_synapse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple1986/LeViT-UNet/HEAD/all_vol_synapse.txt -------------------------------------------------------------------------------- /test_vol_synapse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple1986/LeViT-UNet/HEAD/test_vol_synapse.txt -------------------------------------------------------------------------------- /train_slice_synapse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apple1986/LeViT-UNet/HEAD/train_slice_synapse.txt --------------------------------------------------------------------------------