nerf-pytorch
nerf-pytorch copied to clipboard
Why is "output_ch = 5 if args.N_importance > 0 " ?
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) ?
You can see the issus #22 .