snldmt / BAGS

[ECCV2024] BAGS: Blur Agnostic Gaussian Splatting through Multi-Scale Kernel Modeling
Apache License 2.0
79 stars 3 forks source link

How can I visualize those Gaussians? #5

Open grisaiakaziki opened 5 months ago

grisaiakaziki commented 5 months ago

Great work, by the way. How can I visualize those Gaussians? I encountered an issue with the original SIBR_viewer. How should I solve it? Thank you.

[SIBR] -- INFOS --: Initialization of GLFW [SIBR] -- INFOS --: OpenGL Version: 4.6.0 NVIDIA 535.171.04[major: 4, minor: 6] Number of input Images to read: 40 Number of Cameras set up: 40 [SIBR] -- INFOS --: Error: can't load mesh '/mnt/SG6T/xyz/DATASET/deblurnerf/real_camera_motion_blur/blurgirl/sparse/0/points3d.txt. [SIBR] -- INFOS --: Mesh contains: colors: 1, normals: 1, texcoords: 0 [SIBR] -- INFOS --: Mesh '/mnt/SG6T/xyz/DATASET/deblurnerf/real_camera_motion_blur/blurgirl/sparse/0/points3d.ply successfully loaded. 1 meshes were loaded with a total of (0) faces and (3947) vertices detected. Init GL ... [SIBR] -- INFOS --: Init GL mesh complete [SIBR] -- INFOS --: Loading 83539 Gaussian splats [SIBR] -- INFOS --: Initializing Raycaster [SIBR] -- INFOS --: Interactive camera using (0.009,1100) near/far planes. Switched to trackball mode. [SIBR] ## ERROR ##: FILE /mnt/SG6T/xyz/BAGS/SIBR_viewers/src/projects/gaussianviewer/renderer/GaussianView.cpp LINE 545, FUNC onRenderIBR A CUDA error occurred during rendering:an illegal memory access was encountered. Please rerun in Debug to find the exact line!terminate called after throwing an instance of 'std::runtime_error' what(): See log for message errors Aborted (core dumped)

Hae-koos commented 4 months ago

SAME ERROR FOR ME

Thank you in advance.