MTrans
MTrans copied to clipboard
【IEEE TMI 2022】Accelerated Multi-Modal MR Imaging with Transformers
Hi, which knee datasets should be download used in model?
from .contrast_model.unet import build_model as UNET from .contrast_model.unet_multi import build_model as UNETMULTI from .contrast_model.mcsr import build_model as MCSR from .contrast_model.edsr import build_model as EDSR ModuleNotFoundError: No module named 'models.contrast_model' I...
Hi Chunmei, Thanks for your excellent work and for releasing the source codes. I have tried to reimplement your codes, but unfortunately cannot repeat the results in your paper. I...
When I ran the code 'train.py' encountered an unsolvable problem, so I came to ask for help. This error looks like this: /home/img/anaconda3/envs/bin/python3.6 /home/img/Desktop/lff/MTrans-main/train.py doing sr_single DATASET: CHALLENGE: singlecoil MODE:...