lkeab / gaussian-grouping

[ECCV'2024] Gaussian Grouping for open-world Anything reconstruction, segmentation and editing.
https://arxiv.org/abs/2312.00732
Apache License 2.0
500 stars 37 forks source link

How to view the output ply file in vanilla gaussian-splatting's SIBR_gaussianViewer_app.exe? #8

Open Dargonxzy opened 6 months ago

Dargonxzy commented 6 months ago

I want to view the output of the ply file using vanilla gaussian-splatting's SIBR_gaussianViewer_app.exe.But it reported the following error

G:\workspace\viewers\bin>SIBR_gaussianViewer_app.exe -m G:\workspace\test\room\ggoutput [SIBR] -- INFOS --: Initialization of GLFW [SIBR] -- INFOS --: OpenGL Version: 4.6.0 NVIDIA 537.13[major: 4, minor: 6] Number of input Images to read: 23 Number of Cameras set up: 23 LOADSFM: Try to open G:\workspace\test\room\dense/sparse/0/points3D.bin Num 3D pts 6098 [SIBR] -- INFOS --: SfM Mesh 'G:\workspace\test\room\dense/sparse/0/points3d.bin successfully loaded. (6098) vertices detected. Init GL ... [SIBR] -- INFOS --: Init GL mesh complete [SIBR] -- INFOS --: Loading 1653199 Gaussian splats [SIBR] -- INFOS --: Initializing Raycaster Cameras ID inconsistent. Setting default interpolation path. [SIBR] -- INFOS --: Interactive camera using (0.009,1100) near/far planes. Switched to trackball mode. Cameras ID inconsistent. Setting default interpolation path. [SIBR] ## ERROR ##: FILE C:\projects\gauss2\SIBR_viewers\src\projects\gaussianviewer\renderer\GaussianView.cpp LINE 545, FUNC sibr::GaussianView::onRenderIBR A CUDA error occurred during rendering:an illegal memory access was encountered. Please rerun in Debug to find the exact line!

ymq2017 commented 5 months ago

Hi, for illegal memory access problem, maybe you can refer to this issue.

ymq2017 commented 5 months ago

You can also use other online viewer like this one.