Giter Club home page Giter Club logo

dudornet's People

Contributors

bbbbbbzhou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

dudornet's Issues

关于数据问题

作者您好,我想用您的代码仅用来测试,能不能提供一下训练过后的参数文件和测试数据呢?

how many epochs needed

I have trained your model from the scratch, but at the first 7 epochs (up to now), the images generated are strange, very different from the target images, and i cannot see any tissue structure, is that right?

The input data dimensions would be mysteriously altered

image
As shown in the above picture, the dimensions of x_I that I am going to input into the model are [3, 2, 320, 230], 3---batch_size, 2---num_channels, 320---height, 230---width

And I find when x_I comes to self.net_G_I, it equals to x comes to self.SFENET1. However, it occurs the strangest thing that the size of x becomes [3, 2, 320, 230, 2] ( at this time, the model has not worked on x), and I am sure there is no obvious operation in these codes to change the size of x_I or x before the model's work.
image
image

I look into x[:, :, :, :, 1], and I find x[:, :, :, :, 1] is totally a zero matrix as this picture:
image

I am so confused by why the dimension increases from x_I to x, and I would appreciate it if you could answer me.

Mask generation function

Hello author, two masks radial and spiral are mentioned in the paper, but there is only Cartesian mask generation method in the repository, may I ask how to make these two masks?

About the weight initialization

Hi! Thanks for your great work.

I am currently also working on deep learning-based MRI reconstruction and I am using DuDoRNet as the reconstruction network. I noticed that in the codebase, the network uses a special weight initialization, rather than the default initialization of pytorch. I am wondering why? Cause I found that if I used the default initialization, the convergence of the network became faster.

data processing

Hello author!In the definition of fft2 (the same as ifft2) in the utils module, why do I need ifftshift( ) and fftshift( ) before and after torch. fft( the same as torch.ifft )? I don't quite understand this, can you help me explain it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.