You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the function apply_se3_augmentation_with_camera_pose augments the point cloud and action without updating rendering-related parameters (e.g., nerf_target_camera_extrinsic). Could this cause misalignment in GS rendering, or is there an alignment step I may have missed? I’d appreciate any insights you can share.
Additionally, I’m curious why ManiGaussian randomly selects a single view out of the 21 available views for computing the rendering loss instead of utilizing all 21 views. Is there a specific reason for this design choice?
Thank you!
The text was updated successfully, but these errors were encountered:
Thank you for this great project, @GuanxingLu!
I noticed that the function
apply_se3_augmentation_with_camera_pose
augments the point cloud and action without updating rendering-related parameters (e.g.,nerf_target_camera_extrinsic
). Could this cause misalignment in GS rendering, or is there an alignment step I may have missed? I’d appreciate any insights you can share.Additionally, I’m curious why ManiGaussian randomly selects a single view out of the 21 available views for computing the rendering loss instead of utilizing all 21 views. Is there a specific reason for this design choice?
Thank you!
The text was updated successfully, but these errors were encountered: