Hi, good job. But i have a question about transform_to_frame function in slam_helpers.py. The role of the transform_to frame function is to transform isotropic Gaussian from the world frame to the camera frame. This transformation should use the world to camera transformation matrix. But there is transformed_pts = (rel_w2c @ pts4.T).T[:, :3] in codes. Should rel_w2c be turned into its inverse matrix rel_c2w?
Hi, good job. But i have a question about transform_to_frame function in slam_helpers.py. The role of the transform_to frame function is to transform isotropic Gaussian from the world frame to the camera frame. This transformation should use the world to camera transformation matrix. But there is transformed_pts = (rel_w2c @ pts4.T).T[:, :3] in codes. Should rel_w2c be turned into its inverse matrix rel_c2w?