├── LICENSE ├── Model_RAT.py ├── PairedDataSet.py ├── README.assets ├── architecture.JPG ├── toy_indexed_mask.png └── vis.JPG ├── README.md ├── cal_psnr_ssim.py ├── example_img ├── indexed_mask.nii └── input_img.png ├── losses.py ├── main_RAT.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/LICENSE -------------------------------------------------------------------------------- /Model_RAT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/Model_RAT.py -------------------------------------------------------------------------------- /PairedDataSet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/PairedDataSet.py -------------------------------------------------------------------------------- /README.assets/architecture.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/README.assets/architecture.JPG -------------------------------------------------------------------------------- /README.assets/toy_indexed_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/README.assets/toy_indexed_mask.png -------------------------------------------------------------------------------- /README.assets/vis.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/README.assets/vis.JPG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/README.md -------------------------------------------------------------------------------- /cal_psnr_ssim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/cal_psnr_ssim.py -------------------------------------------------------------------------------- /example_img/indexed_mask.nii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/example_img/indexed_mask.nii -------------------------------------------------------------------------------- /example_img/input_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/example_img/input_img.png -------------------------------------------------------------------------------- /losses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/losses.py -------------------------------------------------------------------------------- /main_RAT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/main_RAT.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yaziwel/Region-Attention-Transformer-for-Medical-Image-Restoration/HEAD/utils.py --------------------------------------------------------------------------------