facebookresearch / fastMRI

A large-scale dataset of both raw MRI measurements and clinical MRI images.
https://fastmri.org
MIT License
1.33k stars 373 forks source link

run_pretrained_unet_inference.py - normalisation issue #125

Closed jkkronk closed 3 years ago

jkkronk commented 3 years ago

I suspect that run_pretrained_unet_inference.py has a typo at line 57.

(output std + mean).cpu() ---> output = (output std + mean).cpu()

mmuckley commented 3 years ago

Thanks for raising this. Should be fixed now.