TensoRF
TensoRF copied to clipboard
About hyperparameter near_far
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
You can check the original NeRF to understand the values near and far. Basically, they determine the range in which 3D points are sampled.