utcsilab / deepinpy

Deep inverse problems in Python
MIT License
57 stars 24 forks source link

3D non-Cartesian #25

Open jaykumar16 opened 3 years ago

jaykumar16 commented 3 years ago

Hi,

Does this model perform 3D non-cartesian reconstruction? if yes, is there a sample data I can use to test the model?

I also see that trajectory and DCF are not being used to perform the training, for the non-cartesian dataset don't we need this to perform the reconstruction?

Thank you so much for building this amazing tool. I appreciate the help.

jtamir commented 3 years ago

In principle it could, but the data loader would need to be modified.

The trajectory is used for training, however DCF is not used for solving the inverse problem. A Nyquist-rate ground-truth image is expected, however.