nerf-pytorch icon indicating copy to clipboard operation
nerf-pytorch copied to clipboard

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

Open suneelkumarpentela opened this issue 1 year ago • 1 comments

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 avatar May 01 '23 15:05 suneelkumarpentela

You can see the issus #22 .

huahangc avatar Jun 20 '23 09:06 huahangc