Skip to content

Very big splat causes artifact in perspective #196

@WindyYam

Description

@WindyYam

It looks like current shader code try to render splat on the world space splat center's screen projection
I try to align a box with the splat in center, now the splat covers the whole box, the splat ellipsoid should be at this position
Image
But when I look close up, it is like this, the axes are at the object center
Image
Apparently the shader try to render the on screen 2d splat at the 3d center position, but when splat is large and in oblique angle, the 3d center is not necessarily the 2d center of the area where the splat should cover
Moreover, when in extreme angle this artifact happens
Image
This happens most for the gaussian scene generated by nerfstudio mcmc strategy, as it seems mcmc strategy prefer to generate very large and sharp gaussians
Those artifacts will not happen when running in render box debugging shader
Reference issue: nerfstudio-project/gsplat#785

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions