├── .gitattributes ├── LICENSE ├── README.md ├── TinyU-Net.py ├── TinyU-Net_MICCAI2024Oral.pdf └── assets ├── MICCAI2024-PaperID_2191-Poster_T-AM-261.pdf ├── MICCAI2024-TinyU-Net-Poster.png ├── Qualitative_experimental_results.png └── TinyU-Net.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenJunren-Lab/TinyU-Net/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenJunren-Lab/TinyU-Net/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenJunren-Lab/TinyU-Net/HEAD/README.md -------------------------------------------------------------------------------- /TinyU-Net.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenJunren-Lab/TinyU-Net/HEAD/TinyU-Net.py -------------------------------------------------------------------------------- /TinyU-Net_MICCAI2024Oral.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenJunren-Lab/TinyU-Net/HEAD/TinyU-Net_MICCAI2024Oral.pdf -------------------------------------------------------------------------------- /assets/MICCAI2024-PaperID_2191-Poster_T-AM-261.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenJunren-Lab/TinyU-Net/HEAD/assets/MICCAI2024-PaperID_2191-Poster_T-AM-261.pdf -------------------------------------------------------------------------------- /assets/MICCAI2024-TinyU-Net-Poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenJunren-Lab/TinyU-Net/HEAD/assets/MICCAI2024-TinyU-Net-Poster.png -------------------------------------------------------------------------------- /assets/Qualitative_experimental_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenJunren-Lab/TinyU-Net/HEAD/assets/Qualitative_experimental_results.png -------------------------------------------------------------------------------- /assets/TinyU-Net.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChenJunren-Lab/TinyU-Net/HEAD/assets/TinyU-Net.png --------------------------------------------------------------------------------