ARTIST-Association / ARTIST

A differentiable ray tracer using the PyTorch machine-learning framework in Python.
MIT License
3 stars 0 forks source link

Adjust Default Epsilon Value for NURBS #65

Open kalebphipps opened 1 month ago

kalebphipps commented 1 month ago

Is your feature request related to a problem? Please describe. Currently, the epsilon value to ensure that NURBS is only calculated between (0,1) is 1e-5. However, no experimentation has been performed to test whether this is useful.

Describe the solution you'd like An evaluation of different, specifically smaller, epsilon values to determine how small this value can be without causing errors. The accuracy of the learnt NURBS should also be evaluated!