CIPS-3D icon indicating copy to clipboard operation
CIPS-3D copied to clipboard

How to set the near and far plane in NeRF network?

Open cwchenwang opened this issue 3 years ago • 1 comments

Thanks for your excellent work. I am curious why you set the ray_near and ray_end to 0.88 and 1.12? (and for other variables like h_stddev etc.) Is that set empirically?

cwchenwang avatar Apr 15 '22 14:04 cwchenwang

捕获

Because the FOV is set to 12 degrees, 0.88/1.12 is to ensure that X Y Z range from -0.1xx to 0.1xx. So we can easily scale XYZ coordinates to the range between -1 and 1.

h_stddev is set empirically according to datasets.

PeterouZh avatar Apr 19 '22 13:04 PeterouZh