NKI-AI / direct

Deep learning framework for MRI reconstruction
https://docs.aiforoncology.nl/direct
Apache License 2.0
235 stars 41 forks source link

EspiritCalibration bug #252

Closed Breeze-Zero closed 1 year ago

Breeze-Zero commented 1 year ago

Describe the bug My acs_kspace_cropped is of size (32,24,24), and when the default parameter kernel_size=6 is used, nn.functional. (self.threshold * s.max()), :] is an error that can only be avoided with kernel_size=3. I think it's caused by the pad parameter not adjusting to the specific situation in the unfold.