kwea123 / kwea123/nerf_pl

Does near and far paramaeter affect?

Open
#206 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
2.8k
Forks
458
PR merge metrics
No merged PRs in 30d

Description

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 :-)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in blender.py at the definitions of self.near and self.far, then trace where these parameters are used in the training or rendering flow. Document what each parameter affects and the circumstances in which someone using a synthetic dataset should change it; the issue is resolved when those questions are answered clearly.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
computer-graphics, machine-learning
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.