-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show result in UE #26
Comments
Sorry, in the present, the final results from octree-gs cannot be directly converted to the 3D-GS format due to the implementation of the MLP. |
@jianglh-WHU |
@luoww1992 Maybe you can try pruning all view-dependent information used in Octree-GS and re-train the code. Afterward, you can use the way as in |
The fundamental reason why Scaffold-GS derivatives (like Octree-GS and HAC) are difficult to import into UE is because they require generating neural Gaussians on-the-fly every time the view changes. Therefore, with pruning such view-dependent information, such anchor-based methods can be correctly converted to "static" 3DGS format, and loaded into UE like real vanilla 3DGS. |
Yeah! That's a solid move, switching Octree-GS to 3DGS. Just gotta keep a few things in mind:
|
i want to show it in UE,but i notice it need original .ply file
how to translate the result to original .ply file ?
or some others advices。
The text was updated successfully, but these errors were encountered: