Closed wb014 closed 6 months ago
In 'one-line interface', parameter position of H and W are inverse in rendered_image = gs.rasterization( xyzs, scales, rotations, opacity, feats, intr, extr, H, W, bg )
rendered_image = gs.rasterization( xyzs, scales, rotations, opacity, feats, intr, extr, H, W, bg )
Thank you for your correction!
In 'one-line interface', parameter position of H and W are inverse in
rendered_image = gs.rasterization( xyzs, scales, rotations, opacity, feats, intr, extr, H, W, bg )