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

Discriminator Architecture #60

Open
Neerajj9 opened this issue Jul 13, 2020 · 1 comment
Open

Discriminator Architecture #60

Neerajj9 opened this issue Jul 13, 2020 · 1 comment

Comments

@Neerajj9
Copy link

Hello,
First of all great work !
I had a doubt. The code for the discriminator has a MultiscaleDiscriminator while the paper does not mention anything regarding the same. Why is it so ? Were multiple discriminators used in training ? Or was a single discriminator sufficient ? Also what is the reason behind a Multi scale discriminator ?

@senguptaumd
Copy link
Owner

The MultiscaleDiscriminator code was taken from original CycleGAN paper. But for this paper only 1 scale was used, i.e. the original 70x70 patchGAN. For matting, higher level context is not so important but individual patches make more sense.

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