Open 013292 opened 1 year ago
in blender.py the near and far parameters are defined as:
blender.py
# 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 :-)
Those are the limits of your rays. this parameter make the deepth of the scenary.
in
blender.py
the near and far parameters are defined as: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 :-)