yenchenlin / nerf-pytorch

A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
MIT License
5.37k stars 1.04k forks source link

please update K in render_path, cause a lot of trouble #47

Open hengfei-wang opened 2 years ago

hengfei-wang commented 2 years ago

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,

ktiwary2 commented 2 years ago

@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

WeiLi-THU commented 2 years ago

@hengfei-wang Hi, one question about the K value, what does K means and what does K affect in different scale ? many thanks.