kwea123 / nerf_pl

NeRF (Neural Radiance Fields) and NeRF in the Wild using pytorch-lightning
https://www.youtube.com/playlist?list=PLDV2CyUo4q-K02pNEyDr7DYpTQuka3mbV
MIT License
2.74k stars 482 forks source link

Does near and far paramaeter affect? #206

Open 013292 opened 1 year ago

013292 commented 1 year ago

in blender.py the near and far parameters are defined as:

# bounds, common for all scenes
        self.near = 2.0
        self.far = 6.0

What does this affect?

If I'm training on my own synthetic dataset, in what circumstances do I need to modify these two factors? Thank you :-)

patojavo commented 5 months ago

Those are the limits of your rays. this parameter make the deepth of the scenary.