-
Notifications
You must be signed in to change notification settings - Fork 21
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
sampling process #25
Comments
Hi, thank you for your interests in our work! Implementation-wise, this code repository is built upon SR3, please see their paper or codes for references. Thanks! |
Thanks for your answer, it was very helpful! I have a few more questions. The dataset you used is a 4D volume [H x W x D x T], while T indicates the number of different observations of the same 3D volume. I'm confused as to what Figure 5 in the text shows for n=1. What does n denote? Is it not the same thing as the T in [H x W x D x T]? |
n shown in figure 5 means the number of slices (at the same index but in different volumes) to be used as inputs to the network in one forward pass. So n should be strictly less or equal to T, and in our implementation we used n=2. |
Thanks for the quick reply, it was very helpful, but I have a couple more questions.
|
|
Hi, I looked closely at the posted code and noticed that the sampling process is different from the original DDPM and the labels for the training process are different, the DDPM is noise and here you have the original noisy image, I would like to ask if the iterative formula for the sampling process is mentioned in any article?
The text was updated successfully, but these errors were encountered: