You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) ?
The text was updated successfully, but these errors were encountered:
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
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) ?
The text was updated successfully, but these errors were encountered: