Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask about the mean of the image_A.nii.gz and image_B.nii.gz in the Dataset folder? #4

Open
tphankr opened this issue Aug 9, 2021 · 3 comments

Comments

@tphankr
Copy link

tphankr commented Aug 9, 2021

Allow me ask, images in Dataset folder, Are they like a fixed image and a moving image?

image
image
Thank you.

@zhangjun001
Copy link
Owner

Yes. They are fixed and moving images.

@tphankr
Copy link
Author

tphankr commented Aug 10, 2021

Yes. They are fixed and moving images.

Thank you @zhangjun001,
I have been following your paper to learn.

Thank you @zhangjun001.

@tphankr
Copy link
Author

tphankr commented Aug 10, 2021

Thank you @zhangjun001,
Allows me ask more about HOW TO UNDERSTAND ABOUT THE INPUTS in the training processing.

When we run the code by " python Train.py", at that time, in the "Train.py" file was setted at lines 32, 33 and 34, as bottom follows:
And in the Dataset folder had only two files ( image_A.nii.gz and image_B.nii.gz). It means the input for the model is that two image for the training processing and the training processing is keep repeating ( min(F, M(y)). If now we have three images or more ( image_A.nii.gz, and image_B.nii.gz, image_C.nii.gz,...) in the Dataset folder for training, what's going on?
I understand the following, is it correct? Please help me.
The training processing needs only two image ( moving image and target imaget), right?. So with 3 images in the Dataset folder:
The first, the training processing is trained with 2 image such as image_**A.**nii.gz, and image_B.nii.gz. And second, the training processing is trained with two orther image such as image_A.nii.gz, and image_C.nii.gz. And the third, the training processing is trained with 2 image such as image_B.nii.gz, and image_C.nii.gz. From here we can understand for 10 images, 100 images in the Dataset folder ( Each training only needs to take two inputs of a lots of available data in the Dataset folder). Thank you @zhangjun001 .

image

Thank you @zhangjun001.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants