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

Generator is different from that in paper #115

Open
sunshine2004 opened this issue Jun 17, 2020 · 1 comment
Open

Generator is different from that in paper #115

sunshine2004 opened this issue Jun 17, 2020 · 1 comment

Comments

@sunshine2004
Copy link

Fake image generation in ganimation.py is like this:
# generate fake images
fake_imgs, fake_img_mask = self._G.forward(real_img_a, real_cond_b)
fake_img_mask = self._do_if_necessary_saturate_mask(fake_img_mask, saturate=self._opt.do_saturate_mask)
fake_imgs_masked = fake_img_mask * real_img_a + (1 - fake_img_mask) * fake_imgs
The last line seems to be different from Eq. (1) in the paper. Did I miss something or both work?

@Bernice123
Copy link

I have the same question, so until now, any one can answer this question?

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