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'm very disturbed by the problem of the mismatch between the Overview in the paper and the corresponding source code:
Why the key functions init_two_view and add_view_v2 are not used at all in the project? How do you get the Local 3DGS & Camera Pose between neighboring frames? I can't understand it, can you please answer my confusion? Thanks.
I found though the following code:
gauss_params = self.init_two_view(0, end_frame, pipe, copy(self.optim_cfg))
pcd_new, local_gauss_params = self.add_view_v2(fidx, fidx-1)
However, I can't find the code where gauss_params, pcd_new and local_gauss_params are used in any other area of the project.
The text was updated successfully, but these errors were encountered:
Dear Author,
Thank you for your excellent work.
I'm very disturbed by the problem of the mismatch between the Overview in the paper and the corresponding source code:
Why the key functions init_two_view and add_view_v2 are not used at all in the project? How do you get the Local 3DGS & Camera Pose between neighboring frames? I can't understand it, can you please answer my confusion? Thanks.
I found though the following code:
gauss_params = self.init_two_view(0, end_frame, pipe, copy(self.optim_cfg))
pcd_new, local_gauss_params = self.add_view_v2(fidx, fidx-1)
However, I can't find the code where gauss_params, pcd_new and local_gauss_params are used in any other area of the project.
The text was updated successfully, but these errors were encountered: