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
When using nerf/instant-ngp before, each pixel of its image is actually represented by the starting point and end point of each ray(ray_o and rays_d) when rendering. It uses create_meshgrid() to generate a three-dimensional tensor and then operates to get ray_o and rays_d, so I can customize the ray to get every ray I need. So in 3DGS, can its camera parameters(Matrix of ray_o and rays_d) be passed into the render pipeline in a similar way?
The text was updated successfully, but these errors were encountered:
When using nerf/instant-ngp before, each pixel of its image is actually represented by the starting point and end point of each ray(ray_o and rays_d) when rendering. It uses create_meshgrid() to generate a three-dimensional tensor and then operates to get ray_o and rays_d, so I can customize the ray to get every ray I need. So in 3DGS, can its camera parameters(Matrix of ray_o and rays_d) be passed into the render pipeline in a similar way?
The text was updated successfully, but these errors were encountered: