TensoRF
TensoRF copied to clipboard
About the Radiance Field factorization
trafficstars
Hello, this is a novel, nice work. I'm very surprised with the results and your idea.
But I have a small questions,
-
Why did you split the Radiance Field grid into density and appearance separately? Can we design a single factored grid and regress density and appearance using MLP?
-
Did you have any insight behind the using appearance vector(vector b_r in the paper)? As far as i know, original NeRF did not use additional appearance feature vector at all.
Thanks for sharing great code!