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

Why is "output_ch = 5 if args.N_importance > 0 " ? #121

Open
suneelkumarpentela opened this issue May 1, 2023 · 1 comment
Open

Why is "output_ch = 5 if args.N_importance > 0 " ? #121

suneelkumarpentela opened this issue May 1, 2023 · 1 comment

Comments

@suneelkumarpentela
Copy link

In line 187, output_ch = 5 if args.N_importance > 0 else 4.
How does additional fine point sampling change the number of output channels?
Isn't the output always (R,G,B,Alpha) ?

@suneelkumarpentela suneelkumarpentela changed the title Why is "output_ch if args.N_importance > 0 " ? Why is "output_ch = 5 if args.N_importance > 0 " ? May 1, 2023
@huahangc
Copy link

You can see the issus #22 .

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