yenchenlin / nerf-pytorch

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

Questions regarding rescaling the scene #64

Open melhashash opened 2 years ago

melhashash commented 2 years ago

Hi, thanks for the project,

I have a couple of questions regarding the lines below, if I understand correctly, bds stores the near and far bounds for each pose. My questions are:

  1. Why the poses are scaled using bd_factor and sc?
  2. Why bd_factor is set to 0.75 and how this affect the results?

https://github.com/yenchenlin/nerf-pytorch/blob/654ccbb70796c1096008b1a84c69a18856598b25/load_llff.py#L257 https://github.com/yenchenlin/nerf-pytorch/blob/654ccbb70796c1096008b1a84c69a18856598b25/load_llff.py#L258 https://github.com/yenchenlin/nerf-pytorch/blob/654ccbb70796c1096008b1a84c69a18856598b25/load_llff.py#L259

zhanghongruiupup commented 2 years ago

I have same question

MoYan1082 commented 1 year ago

I am also confused about this question. Has this question been answered? 😨

MMMazart commented 1 year ago

I am also confused about this question,I would appreciate it if anyone could answer.

elenacliu commented 1 year ago

Have the same problem, too