Skip to content

Commit

Permalink
fix the offset of K in projection packed fwd 2dgs kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
lapisliu committed Feb 25, 2025
1 parent bd64a47 commit c37a659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gsplat/cuda/csrc/fully_fused_projection_packed_2dgs_fwd.cu
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ __global__ void fully_fused_projection_packed_fwd_2dgs_kernel(
// camera space
quats += col_idx * 4;
scales += col_idx * 3;
Ks += row_idx * 9;

mat3<T> RS_camera =
R * quat_to_rotmat<T>(glm::make_vec4(quats)) *
Expand Down

0 comments on commit c37a659

Please sign in to comment.