You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
direction of each ray (a unit vector). `ray_directions[i][j]` denotes the direction of the ray
I would expect ray_directions to contain unit vectors. However, numerically looking into the values, this is not the case - the values are close to 1 but have a large variation around the exact value (around 10%-20%).
Is this a bug?
If not, what is the meaning of the vector magnitude?
Thanks!
The text was updated successfully, but these errors were encountered:
Based on the documentation here:
nerf-pytorch/nerf/nerf_helpers.py
Line 85 in a14357d
I would expect ray_directions to contain unit vectors. However, numerically looking into the values, this is not the case - the values are close to 1 but have a large variation around the exact value (around 10%-20%).
Is this a bug?
If not, what is the meaning of the vector magnitude?
Thanks!
The text was updated successfully, but these errors were encountered: