Hi, I try to use from diff_gaussian_rasterization import GaussianRasterizer as Renderer to render the predicted .ply file, but I consistently encountered the CUDA issue RuntimeError: CUDA error: an illegal memory access was encountered. After I render the ply into image, the im, cam, gs_data will point to some strange address like this:

I think the correct one after rendering should be like this:

Do you have any sense why this would happen? Thanks!
Hi, I try to use


from diff_gaussian_rasterization import GaussianRasterizer as Rendererto render the predicted.plyfile, but I consistently encountered the CUDA issueRuntimeError: CUDA error: an illegal memory access was encountered. After I render the ply into image, the im, cam, gs_data will point to some strange address like this:I think the correct one after rendering should be like this:
Do you have any sense why this would happen? Thanks!