TensoRF icon indicating copy to clipboard operation
TensoRF copied to clipboard

About hyperparameter near_far

Open tallgeeze opened this issue 2 years ago • 1 comments
trafficstars

Can you explain what does parameter near_far means? Or maybe provide where i can get some informations about this, since I couldn't find any explanation in both your code and paper. I tried different setting on near_far parameter, actually affects the result a lot, really want to know what is it controlling or how it works, in order to train my own dataset in tankstemples format. Thank you

tallgeeze avatar Jul 13 '23 02:07 tallgeeze

You can check the original NeRF to understand the values near and far. Basically, they determine the range in which 3D points are sampled.

NagabhushanSN95 avatar Sep 25 '23 04:09 NagabhushanSN95