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

about #61

Open
liuliuliu11 opened this issue Apr 14, 2021 · 1 comment
Open

about #61

liuliuliu11 opened this issue Apr 14, 2021 · 1 comment

Comments

@liuliuliu11
Copy link

Thanking you for sharing work~

class ResEncoder(nn.Module):
-L137 In probabilistic framework, don't consider Ic, just look at Im, In forward propagation, Im passes through the modules (block0 -> encoder i -> infer_prior i -> prior) in turn. What I am puzzled is that the latent code of Im is the output of 'encoder i' or 'infer_prior i' ? in other words, What is the role of infer_prior i?
In addition, is prior module used to get the distribution?

Looking forward to your reply~

@lyndonzheng
Copy link
Owner

Hi @liuliuliu11, in the two_paths functions, we respectively consider both I_c and I_m in the top and bottom path, where the former is used to enforce the distribution belong a prior distribution, and the latter tries to infer the missing regions' distribution. However, inferring the distribution based only on the visible regions I_m is much more difficult than inferring the distribution from the original missing ground truth I_c. Therefore, more residual blocks are heaped up in the bottom inference network for I_m.

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