StanfordMIMI / DDM2

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

Cann't denoise on my dataset #1

Closed Four-Fire closed 1 year ago

Four-Fire commented 1 year ago

Hi, I wanted to denoise on my dataset but it failed. I have found that this project doesn't include any model that have trained well, Is that true?

tiangexiang commented 1 year ago

Hi, our model is designed to be dataset-specific, so you need to train one model for one dataset. There is no pre-trained model that can be used for multiple different datasets. To understand why you failed to denoise on your dataset, can you please double-check that your dataset is indeed in the same format (e.g 4 dimensions) as the datasets in our examples? Thanks!

Four-Fire commented 1 year ago

OK, I will have a try. Thank you a lot!