city-super / Scaffold-GS

[CVPR 2024 Highlight] Scaffold-GS: Structured 3D Gaussians for View-Adaptive Rendering

Home Page:https://city-super.github.io/scaffold-gs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

submodules not defined

kwea123 opened this issue · comments

There is no .gitmodule file, I don't know which version of diff_gaussian_rasterization you are using. There seems to be a visible_filter function that you added on top of the original code.

radii_pure = rasterizer.visible_filter(means3D = means3D,
scales = scales[:,:3],
rotations = rotations,
cov3D_precomp = cov3D_precomp)

this function cannot be found

Thanks for reminding. Now the submodule is available.