StanfordMIMI / DDM2

[ICLR2023] Official repository of DDM2: Self-Supervised Diffusion MRI Denoising with Generative Diffusion Models
125 stars 20 forks source link

Question about matched state? #27

Open vfcerexwn opened 3 months ago

vfcerexwn commented 3 months ago

Can I ask what is the correct shape for matched state? I Originally thought it should be an integer referred to t, but it's not correct.

tiangexiang commented 3 months ago

Yes, the matched state should be an integer for one single slice. You can refer to the parsing codes here, where a dictionary is constructed to store integer matched states for all volumes and all slices