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

is the code gray_fake_B define false? #15

Open
liuxufenfeiya opened this issue May 14, 2021 · 0 comments
Open

is the code gray_fake_B define false? #15

liuxufenfeiya opened this issue May 14, 2021 · 0 comments

Comments

@liuxufenfeiya
Copy link

liuxufenfeiya commented May 14, 2021

the normal gray = R*0.3 + G*0.59 + B*0.11
but in test.py,gray_fake_B = fake_B[:, :, 0] * 0.299 + fake_B[:, :, 1] * 0.587 + fake_B[:, :, 1] * 0.114
is the fake_B[:, :, 1] * 0.114 should be fake_B[:, :, 2] * 0.114?

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

1 participant