-
Notifications
You must be signed in to change notification settings - Fork 134
Description
File "miniconda/envs/lgm/lib/python3.8/site-packages/diff_gaussian_rasterization/init.py", line 85, in forward
num_rendered, color, radii, geomBuffer, binningBuffer, imgBuffer, invdepths = _C.rasterize_gaussians(*args)
RuntimeError: Unknown layout
means3D = tensor([[-0.0447, 0.0751, 0.0016],
[-0.0781, 0.1360, 0.0028],
[-0.1284, 0.1891, 0.0241],
...,
[-0.1359, -0.2888, 0.2036],
[-0.1290, -0.2634, 0.1849],
[-0.0898, -0.1592, 0.1160]], device='cuda:0')
means2D = tensor([[0., 0., 0.],
[0., 0., 0.],
[0., 0., 0.],
...,
[0., 0., 0.],
[0., 0., 0.],
[0., 0., 0.]], device='cuda:0')
sh = tensor([])
colors_precomp = tensor([[0.6113, 0.6401, 0.7432],
[0.5566, 0.6187, 0.7705],
[0.5117, 0.5513, 0.6553],
...,
[0.7715, 0.7803, 0.7144],
[0.7363, 0.7529, 0.7085],
[0.7607, 0.7554, 0.7046]], device='cuda:0')
opacities = tensor([[6.6137e-04],
[1.2827e-04],
[3.3808e-04],
...,
[5.1260e-06],
[4.5896e-06],
[1.1146e-04]], device='cuda:0')
scales = tensor([[0.1272, 0.1159, 0.1697],
[0.1159, 0.0989, 0.1586],
[0.0445, 0.0429, 0.0707],
...,
[0.0043, 0.0100, 0.0300],
[0.0041, 0.0095, 0.0268],
[0.0111, 0.0159, 0.0308]], device='cuda:0')
rotations = tensor([[ 0.4315, 0.6190, 0.4428, -0.4843],
[ 0.4219, 0.5871, 0.6109, -0.3226],
[ 0.4887, 0.5463, 0.5733, -0.3661],
...,
[-0.3818, -0.4633, 0.1337, 0.7885],
[-0.4042, -0.4775, 0.0563, 0.7781],
[-0.5971, -0.2807, 0.1925, 0.7264]], device='cuda:0')
cov3Ds_precomp = tensor([])
raster_settings = GaussianRasterizationSettings(image_height=512, image_width=512, tanfovx=0.45678058031918056, tanfovy=0.45678058031918056, bg=tensor([1., 1., 1.], device='cuda:0'), scale_modifier=1, viewmatrix=tensor([[ 1.0000, 0.0000, 0.0000, 0.0000],
[ 0.0000, -1.0000, 0.0000, 0.0000],
[ 0.0000, 0.0000, -1.0000, 0.0000],
[ 0.0000, 0.0000, 1.5000, 1.0000]], device='cuda:0'), projmatrix=tensor([[ 2.1892, 0.0000, 0.0000, 0.0000],
[ 0.0000, -2.1892, 0.0000, 0.0000],
[ 0.0000, 0.0000, -1.5000, -1.0000],
[ 0.0000, 0.0000, 1.6250, 1.5000]], device='cuda:0'), sh_degree=0, campos=tensor([-0.0000, -0.0000, -1.5000], device='cuda:0'), prefiltered=False, debug=False, antialiasing=False)