nerf-pytorch
nerf-pytorch copied to clipboard
please update K in render_path, cause a lot of trouble
Hi,
You added K in run_nerf.py, but you did not update K in render_path() which will cause rendering problem when users set different render factors. Please add that. It takes me two days to find this problem.
Best,
@hengfei-wang can you post what you changed in render_path()
or do a pull request? I think I might be facing the same issue
@hengfei-wang Hi, one question about the K value, what does K means and what does K affect in different scale ? many thanks.