PromptMR icon indicating copy to clipboard operation
PromptMR copied to clipboard

[STACOM@MICCAI 2023] Fill the K-Space and Refine the Image: Prompting for Dynamic and Multi-Contrast MRI Reconstruction (1st@CMRxRecon2023 Challenge)

Results 7 PromptMR issues
Sort by recently updated
recently updated
newest added

Hello, What spatial dimensions are you using for training on the CMRxRecon dataset? I didn't find any cropping or padding in the data loaders for it. Is it purely through...

Thanks for your amazing work, which has inspired me a lot! I am currently trying to apply PromptMR to the calgary-campinas dataset and examine its effects. However, I am facing...

Hello, I am interested in using non-Cartesian trajectories (radial, spiral) in imaging and would like to know if PromptMR can support these types of trajectories. This feature could add significant...

When I run the pretrained file, an error occurs: Traceback (most recent call last): File "run_pretrained_promptmr_fastmri_knee_inference.py", line 182, in torch.device(args.device), File "run_pretrained_promptmr_fastmri_knee_inference.py", line 121, in run_inference model.load_state_dict(torch.load(state_dict_file)) File "/home/zhengkaiyi/anaconda3/envs/zky/lib/python3.7/site-packages/torch/nn/modules/module.py", line...

Hello and thanks for your work! In the paper you mentioned the you used ShiftNer for the second stage, do you have the implementetion of this? Where it’s taking place,...

As in the code, the arg `learnable_input_prompt` is set to be `False` in default, and when i check the whole model `PromptMR`, i find that there is no `learnable_input_prompt` arg,...