You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to reproduce results in the paper but encountered a few errors. I have finished the package installation steps and the example data is downloaded. However, when I run the example training code, I get stack smashing detected error. The error is as follows:
The first error could be fixed by a customized distCUDA2 function but I have not found a solution to deal with error in the GaussianRasterizer. If you have any suggestions, please let me know and I will sincerely appreciate your help.
The text was updated successfully, but these errors were encountered:
I'm not sure how to solve this problem, but you can try reinstalling submodules/diff-surfel-rasterization. Maybe there is a problem with the installation of this library.
Thanks for providing this excellent project.
I am trying to reproduce results in the paper but encountered a few errors. I have finished the package installation steps and the example data is downloaded. However, when I run the example training code, I get
stack smashing detected
error. The error is as follows:I run the project on a Linux machine with Ubuntu version 22.04 and Nvidia 4090 graphics card.
I trace the error happens on
Dynamic-2DGS/scene/gaussian_model.py
Line 162 in 4a18f4e
and
Dynamic-2DGS/gaussian_renderer/__init__.py
Line 141 in 4a18f4e
The first error could be fixed by a customized
distCUDA2
function but I have not found a solution to deal with error in theGaussianRasterizer
. If you have any suggestions, please let me know and I will sincerely appreciate your help.The text was updated successfully, but these errors were encountered: