graphdeco-inria / gaussian-splatting

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/
Other
12.47k stars 1.56k forks source link

How can i display multiple '.ply' files in SIBR gaussian viewer app together? #817

Open bigmmgz opened 1 month ago

bigmmgz commented 1 month ago

I attempted to modify the \gaussian-splatting\SIBR_viewers\src\projects\gaussianviewer\apps\gaussianViewer\main.cpp, but it still doesn't work. I have placed two files, point_cloud.ply and point_cloud2.ply, into the \gaussian-splatting\My_GS_Model\point_cloud folder. Why does the viewer only display point_cloud.ply? If I change its name or add more .ply files, none of them are displayed.

jaco001 commented 1 month ago

SIBR need 3 files for each ply... even if 2 and 3 are can be the same :P

Use something like this https://playcanvas.com/supersplat/editor to merge them down or game engine.