We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Hi, for illegal memory access problem, maybe you can refer to this issue.
Sorry, something went wrong.
You can also use other online viewer like this one.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: